We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11d6e2 commit c985dccCopy full SHA for c985dcc
.circleci/config.yml
@@ -17,7 +17,7 @@ workflows:
17
- store_artifacts:
18
path: coverage
19
# print code coverage summary to the terminal
20
- - run: npx nyc report
+ # and make sure there the coverage is above certain limit
21
+ - run: npx nyc report --check-coverage true --lines 80
22
# publish new version if necessary
23
- run: npm run semantic-release
-
0 commit comments