Skip to content

Commit 1750806

Browse files
committed
Add a check to fail the build if there isn't 100% test coverage
1 parent 1f98b17 commit 1750806

File tree

3 files changed

+1667
-44
lines changed

3 files changed

+1667
-44
lines changed

.nycrc.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
temp-dir: coverage
2+
extension:
3+
- yaml
4+
lines: 100
5+
statements: 100
6+
functions: 100
7+
branches: 100

0 commit comments

Comments
 (0)