We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefb90a commit ed9de3dCopy full SHA for ed9de3d
appveyor.yml
@@ -11,7 +11,7 @@ build_script:
11
test_script:
12
- ps: if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
13
- ps: |
14
- if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Ubuntu") {
+ if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Ubuntu" -and $env:CONFIGURATION -eq "Release") {
15
curl -s https://codecov.io/bash > codecov
16
chmod +x codecov
17
./codecov -f ./test/coverlet.core.tests/coverage.opencover.xml
0 commit comments