Skip to content

Commit c540299

Browse files
committed
Code coverage is breaking cancellation flow tests
1 parent 92b0664 commit c540299

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
@@ -83,7 +83,7 @@ let publishUrl = "https://www.nuget.org"
8383

8484
let docsSiteBaseUrl = sprintf "https://%s.github.io/%s" gitOwner gitRepoName
8585

86-
let disableCodeCoverage = environVarAsBoolOrDefault "DISABLE_COVERAGE" false
86+
let disableCodeCoverage = environVarAsBoolOrDefault "DISABLE_COVERAGE" true
8787

8888
let githubToken = Environment.environVarOrNone "GITHUB_TOKEN"
8989

0 commit comments

Comments
 (0)