Skip to content

Commit c985dcc

Browse files
committed
check covered lines
1 parent c11d6e2 commit c985dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workflows:
1717
- store_artifacts:
1818
path: coverage
1919
# print code coverage summary to the terminal
20-
- run: npx nyc report
20+
# and make sure there the coverage is above certain limit
21+
- run: npx nyc report --check-coverage true --lines 80
2122
# publish new version if necessary
2223
- run: npm run semantic-release
23-

0 commit comments

Comments
 (0)