Skip to content

Commit

Permalink
Revert "add coverage report again"
Browse files Browse the repository at this point in the history
This reverts commit 014de23.
  • Loading branch information
HackbrettXXX committed Sep 25, 2024
1 parent 014de23 commit 0d2ebed
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 @@ -93,7 +93,7 @@
"version": "yarpm run build && yarpm run generate-docs && git add -A dist docs",
"pretest": "yarpm run build",
"test": "yarpm run test-node && yarpm run test-saucelabs",
"test-saucelabs": "karma start test/saucelabs/karma.conf.js --single-run --verbose && for a in coverage/*; do codeclimate-test-reporter < \\\"$a/lcov.info\\\"; break; done",
"test-saucelabs": "karma start test/saucelabs/karma.conf.js --single-run --verbose",
"test-local": "yarpm run test-unit && yarpm run test-node && yarpm run test-amd && yarpm run test-esm && yarpm run test-globals && yarpm run test-typescript && yarpm run test-webworker",
"test-unit": "karma start test/unit/karma.conf.js --single-run",
"test-amd": "karma start test/deployment/amd/karma.conf.js --single-run",
Expand Down

0 comments on commit 0d2ebed

Please sign in to comment.