Skip to content

Commit 5d6398f

Browse files
committed
Update codecov config
1 parent d4c87d9 commit 5d6398f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: npm install
1313

1414
- name: Install codecov
15-
run: npm install -g codecov
15+
uses: codecov/codecov-action@v5
1616

1717
- name: Test
1818
run: npm run ci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"test": "mocha --recursive",
2828
"lint": "eslint ./src",
29-
"coverage": "c8 --reporter=lcov mocha --recursive && codecov",
29+
"coverage": "c8 --reporter=lcov mocha --recursive",
3030
"ci": "run-s lint test coverage",
3131
"build:rollup": "rollup --config rollup.config.js",
3232
"build:uglify": "uglifyjs ./dist/web/tide-predictor.js -o ./dist/web/tide-predictor.min.js",

0 commit comments

Comments
 (0)