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

Commit 28e2fd2

Browse files
authored
Merge pull request #2044 from github/disable-code-coverage
Disabling Code Coverage
2 parents 85f0093 + 0a281fe commit 28e2fd2

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)