Skip to content

Commit

Permalink
chore: refact
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Dec 13, 2023
1 parent 5681f29 commit a0dc372
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ jobs:
with:
file: ./packages/app/coverage/coverage-final.json
flags: tomrpc/app

- name: Upload @tomrpc/mount coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./packages/mount/coverage/coverage-final.json
flags: tomrpc/mount

0 comments on commit a0dc372

Please sign in to comment.