Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
test: Use nyc configuration from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 30, 2017
1 parent a4adc6c commit cd8e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -120,6 +120,6 @@
"prepush": "ava -v",
"pretest": "npm run clean && npm run lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "nyc --all ava -v && nyc report --reporter=lcov"
"test": "nyc ava -v"
}
}

0 comments on commit cd8e074

Please sign in to comment.