Skip to content

Commit 8290040

Browse files
committed
Add coverage threshold
1 parent cf08c9a commit 8290040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dangerfile.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ collectCoverage({
3333
label: 'Dart',
3434
type: ReportType.LCOV,
3535
filePath: 'coverage/lcov.info',
36+
threshold: 80,
3637
});

0 commit comments

Comments
 (0)