Skip to content

Commit

Permalink
changes codecov step
Browse files Browse the repository at this point in the history
  • Loading branch information
Natesh Mogera committed Sep 1, 2023
1 parent 13921e4 commit 522209b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@ jobs:
- run: npm test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage1.xml,./coverage2.xml
flags: unittests
name: codecov
fail_ci_if_error: false
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 522209b

Please sign in to comment.