Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 0a281fe

Browse files
Disabling codecoverage because it is slowing down our builds
1 parent 85f0093 commit 0a281fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ on_success:
3030
script\Sign-Package -AppVeyor
3131
}
3232
on_finish:
33-
- ps: scripts\Run-CodeCoverage.ps1 -AppVeyor -Configuration:Release
3433
- IF NOT "%BCC_TOKEN%x"=="x" %USERPROFILE%\.nuget\packages\bcc-msbuildlog\0.0.2-alpha\tools\net471\BCC.MSBuildLog.exe -i output.binlog -o checkrun.json -c "%APPVEYOR_BUILD_FOLDER%"
3534
- IF NOT "%BCC_TOKEN%x"=="x" %USERPROFILE%\.nuget\packages\bcc-submission\0.0.2-alpha\tools\net471\BCC.Submission.exe -i checkrun.json -t "%BCC_TOKEN%" -h "%APPVEYOR_REPO_COMMIT%"

0 commit comments

Comments
 (0)