Skip to content

Commit

Permalink
Merge pull request #2 from dharma-eng/merge-coverage-take-2
Browse files Browse the repository at this point in the history
try recursive pattern match
  • Loading branch information
0age authored May 26, 2020
2 parents ceabf0d + 674611b commit 3877bdf
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 && ./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 3877bdf

Please sign in to comment.