We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d785b3 + 165c845 commit 523a43eCopy full SHA for 523a43e
.github/workflows/tests.yaml
@@ -62,10 +62,10 @@ jobs:
62
63
- run: yarn install --immutable
64
- name: tests
65
- run: yarn test --verbose
+ run: yarn test
66
67
- name: Upload coverage reports to Codecov
68
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
69
with:
70
files: ./coverage/coverage-final.json
71
package.json
@@ -18,7 +18,7 @@
18
"push": "scripts/publish.sh",
19
"release_prep": "scripts/release_prep.sh",
20
"release": "scripts/release.sh",
21
- "test": "jest test --coverage --verbose"
+ "test": "jest test --coverage --verbose --collectCoverageFrom='./lib/**'"
22
},
23
"files": [
24
"lib",
0 commit comments