We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c87d9 commit 5d6398fCopy full SHA for 5d6398f
2 files changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
run: npm install
13
14
- name: Install codecov
15
- run: npm install -g codecov
+ uses: codecov/codecov-action@v5
16
17
- name: Test
18
run: npm run ci
package.json
@@ -26,7 +26,7 @@
26
"scripts": {
27
"test": "mocha --recursive",
28
"lint": "eslint ./src",
29
- "coverage": "c8 --reporter=lcov mocha --recursive && codecov",
+ "coverage": "c8 --reporter=lcov mocha --recursive",
30
"ci": "run-s lint test coverage",
31
"build:rollup": "rollup --config rollup.config.js",
32
"build:uglify": "uglifyjs ./dist/web/tide-predictor.js -o ./dist/web/tide-predictor.min.js",
0 commit comments