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 a0dc372 commit 4f33e24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,29 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./packages/core/coverage/coverage-final.json
flags: tomrpc/core
flags: core

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

- name: Upload @tomrpc/app coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./packages/app/coverage/coverage-final.json
flags: tomrpc/app
flags: 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
flags: mount

0 comments on commit 4f33e24

Please sign in to comment.