Skip to content

Commit

Permalink
Update codecoverage reporting (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Dec 30, 2022
1 parent 56d4b83 commit d02f8ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
env:
CI: true

- uses: codecov/codecov-action@v3
- name: upload coverage
if: success()
uses: codecov/codecov-action@v3.1.1
with:
fail_ci_if_error: true
name: ${{ runner.os }} node.js ${{ matrix.node-version }}

0 comments on commit d02f8ea

Please sign in to comment.