diff options
| author | XhmikosR <[email protected]> | 2019-11-18 21:03:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-18 21:03:43 +0200 |
| commit | 099860d727f0ed2ab039ccac48e2ead61083427c (patch) | |
| tree | dfe5662e1932770af12a89f4af6c91619bf54753 /package.json | |
| parent | eedf568b005d1f14985a3b315cabf004216ba053 (diff) | |
| download | bootstrap-099860d727f0ed2ab039ccac48e2ead61083427c.tar.xz bootstrap-099860d727f0ed2ab039ccac48e2ead61083427c.zip | |
Switch to the Coveralls Action (#29478)
This is the official way of using Coveralls with Actions. Also this brings back Coveralls for PRs.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json index b0b27de44..1556823c0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "scripts": { "start": "npm-run-all --parallel watch docs-serve", "bundlesize": "bundlesize", - "coveralls": "cat js/coverage/lcov.info | coveralls", "css": "npm-run-all css-compile css-prefix css-minify", "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/", "css-lint": "npm-run-all --continue-on-error --parallel css-lint-*", @@ -96,7 +95,6 @@ "babel-plugin-istanbul": "^5.2.0", "bundlesize": "^0.18.0", "clean-css-cli": "^4.3.0", - "coveralls": "^3.0.7", "cross-env": "^6.0.3", "eslint": "^6.6.0", "eslint-config-xo": "^0.27.2", |
