Skip to content

Commit

Permalink
Trying a workaround found on codecov/codecov-python#167
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Feb 18, 2020
1 parent 662e199 commit 0a57420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win_python_matrix_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ jobs:
$env:EXP = "coverage combine " + $env:BUILD_DIR
Invoke-Expression $env:EXP
Write-Host ("Run codecov (disable gcov)...")
Invoke-Expression "codecov --root " + $env:BUILD_DIR " -X gcov"
Invoke-Expression "codecov -X gcov --file coverage.xml"

0 comments on commit 0a57420

Please sign in to comment.