Skip to content

Commit

Permalink
Merge pull request #3 from dharma-eng/merge-coverage-take-3
Browse files Browse the repository at this point in the history
Try to merge app and sol coverage reports one more time...
  • Loading branch information
0age authored May 26, 2020
2 parents 3877bdf + d38c3fc commit efd2408
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 @@ -41,7 +41,7 @@
"test:app": "yarn build:sol && NODE_ENV=all yarn mocha:ts -- \"./test/tests/**/*.spec.ts\"",
"test:coverage:sol": "yarn build:ts:tests && NODE_ENV=coverage ./node_modules/.bin/truffle run coverage --file=\"test/tests/BlockchainCoverage.spec.js\" && rm -rf ./dist-test",
"test:coverage:app": "nyc yarn test:app",
"test:coverage": "yarn test:coverage:app && yarn test:coverage:sol && ./node_modules/.bin/lcov-result-merger ./coverage/**/lcov.info ./coverage/lcov.info",
"test:coverage": "yarn test:coverage:app && yarn test:coverage:sol && cp ./coverage/lcov.info ./coverage/app/lcov.info && ./node_modules/.bin/lcov-result-merger ./coverage/*/lcov.info ./coverage/lcov.info",
"test": "yarn test:app && yarn test:coverage",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"prettier": "prettier --write",
Expand Down

0 comments on commit efd2408

Please sign in to comment.