Skip to content

Commit

Permalink
Remove - uses: codecov/codecov-action@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Niekes committed Dec 5, 2023
1 parent ac9c5b5 commit cd42de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"clean": "rm -rf dist",
"pretest": "npx tsc",
"test": "c8 --check-coverage --100 --reporter lcov tape tests/**/*.js",
"test": "c8 --reporter lcov tape tests/**/*.js",
"build": "npm run clean && npx tsc && rollup -c",
"watch": "npm run clean && npx tsc --watch",
"release": "npm run clean && npm run build && git push --follow-tags && npm publish"
Expand Down

0 comments on commit cd42de6

Please sign in to comment.