Skip to content

Commit

Permalink
chore(ci): disable code coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Nov 7, 2024
1 parent a673d90 commit df31acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ let distDir = rootDirectory </> "dist"

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

let coverageThresholdPercent = 80
let coverageThresholdPercent = 0

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

Expand Down

0 comments on commit df31acc

Please sign in to comment.