Skip to content

Commit

Permalink
Merge pull request #39 from dichaudhary/include_coverage_script
Browse files Browse the repository at this point in the history
include coverage script for failed coverage job
  • Loading branch information
dichaudhary committed May 4, 2021
2 parents 72aa61e + 66f4a24 commit 4d7f6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dispatcher-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"scripts": {
"lint": "eslint index.js src test executors --ignore-pattern executors/target/",
"test": "nyc mocha && nyc report --reporter=text-lcov > coverage.lcov",
"coverage": "nyc --reporter=lcov --reporter=text-lcov npm test",
"convert": "node main.js",
"convertSingleFile": "node singleFileMain.js",
"generateDocumentation": "node docs.js"
Expand Down
1 change: 1 addition & 0 deletions packages/index-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"scripts": {
"lint": "eslint index.js src test executors --ignore-pattern executors/target/",
"test": "nyc mocha && nyc report --reporter=text-lcov > coverage.lcov",
"coverage": "nyc --reporter=lcov --reporter=text-lcov npm test",
"generateDocumentation": "node docs.js"
},
"directories": {
Expand Down

0 comments on commit 4d7f6db

Please sign in to comment.