Skip to content

Commit 523a43e

Browse files
authored
Merge pull request #104 from aserto-dev/update_codecov
update codecov
2 parents 6d785b3 + 165c845 commit 523a43e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
6363
- run: yarn install --immutable
6464
- name: tests
65-
run: yarn test --verbose
65+
run: yarn test
6666

6767
- name: Upload coverage reports to Codecov
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
with:
7070
files: ./coverage/coverage-final.json
7171

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"push": "scripts/publish.sh",
1919
"release_prep": "scripts/release_prep.sh",
2020
"release": "scripts/release.sh",
21-
"test": "jest test --coverage --verbose"
21+
"test": "jest test --coverage --verbose --collectCoverageFrom='./lib/**'"
2222
},
2323
"files": [
2424
"lib",

0 commit comments

Comments
 (0)