Skip to content

Commit

Permalink
Update code coverage expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
1eyewonder committed Aug 24, 2024
1 parent 06e7f7e commit 431dfb6
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 @@ -44,7 +44,7 @@ let srcAndTest = !!srcGlob ++ testsGlob
let distDir = __SOURCE_DIRECTORY__ </> ".." </> "dist"
let distGlob = distDir </> "*.nupkg"

let coverageThresholdPercent = 80
let coverageThresholdPercent = 0
let coverageReportDir = __SOURCE_DIRECTORY__ </> ".." </> "docs" </> "coverage"

let docsDir = __SOURCE_DIRECTORY__ </> ".." </> "docs"
Expand Down

0 comments on commit 431dfb6

Please sign in to comment.