Skip to content

Commit 7e77a9f

Browse files
committed
chore(ci): disable code coverage threshold
1 parent c5b1cb9 commit 7e77a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let distDir = rootDirectory </> "dist"
4949

5050
let distGlob = distDir </> "*.nupkg"
5151

52-
let coverageThresholdPercent = 80
52+
let coverageThresholdPercent = 0
5353

5454
let coverageReportDir = rootDirectory </> "docs" </> "coverage"
5555

0 commit comments

Comments
 (0)