Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
add filter for coverage report
  • Loading branch information
epreston committed Aug 6, 2023
1 parent b965b21 commit d4fa094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
run: npm run test-coverage -- --coverage.reporter=json

- name: Upload coverage reports to Codecov
if: ${{ success() }}
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d4fa094

Please sign in to comment.