Skip to content

Commit

Permalink
update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyxd committed Nov 27, 2024
1 parent 856ae27 commit 165c845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
- run: yarn install --immutable
- name: tests
run: yarn test --verbose
run: yarn test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./coverage/coverage-final.json

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"push": "scripts/publish.sh",
"release_prep": "scripts/release_prep.sh",
"release": "scripts/release.sh",
"test": "jest test --coverage --verbose"
"test": "jest test --coverage --verbose --collectCoverageFrom='./lib/**'"
},
"files": [
"lib",
Expand Down

0 comments on commit 165c845

Please sign in to comment.