Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into upgrades/CodeNarc350
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Aug 25, 2024
2 parents fcc549b + 397463b commit 9c38540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
- name: Build coverage report
run: ./node_modules/.bin/nyc report --reporter text-lcov > coverage.lcov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
file: coverage.lcov
flags: unittests
verbose: true
dry_run: true
token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit 9c38540

Please sign in to comment.