Skip to content

Commit

Permalink
Updated coverage modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanfei committed Feb 1, 2019
1 parent ece33cd commit e4ebca5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -17,4 +17,4 @@ jobs:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm run codecov
- run: npm run coverage
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -95,8 +95,8 @@ Default: `process.cwd()`

[build-url]: https://circleci.com/gh/Lanfei/gulp-file-rev
[build-image]: https://img.shields.io/circleci/project/github/Lanfei/gulp-file-rev.svg
[coverage-url]: https://codecov.io/github/Lanfei/gulp-file-rev
[coverage-image]: https://img.shields.io/codecov/c/github/Lanfei/gulp-file-rev.svg
[coverage-url]: https://coveralls.io/github/Lanfei/gulp-file-rev
[coverage-image]: https://coveralls.io/repos/github/Lanfei/gulp-file-rev/badge.svg
[version-url]: https://npmjs.org/package/gulp-file-rev
[version-image]: https://img.shields.io/npm/v/gulp-file-rev.svg
[license-url]: https://github.com/Lanfei/gulp-file-rev/blob/master/LICENSE
Expand Down
12 changes: 6 additions & 6 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "gulp-file-rev",
"version": "2.1.2",
"version": "2.1.3",
"description": "A gulp plugin to append the content hash to filenames.",
"main": "index.js",
"scripts": {
"test": "mocha",
"codecov": "istanbul cover _mocha && codecov",
"test": "mocha test/*.js",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"prepublish": "npm run test"
},
"files": [
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"devDependencies": {
"chai": "^4.2.0",
"codecov": "^3.1.0",
"coveralls": "^3.0.2",
"gulp": "^4.0.0",
"gulp-if": "^2.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
"mocha": "^5.2.0",
"nyc": "^13.1.0"
}
}

0 comments on commit e4ebca5

Please sign in to comment.