Skip to content

Commit

Permalink
ci(#58): add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed May 1, 2024
1 parent f7f2bfb commit f2be0bb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
files: ./coverage1.xml,./coverage2.xml # optional
flags: unittests # optional
name: codecov-umbrella # optional
verbose: true # optional (default = false)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} ##
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f2be0bb

Please sign in to comment.