diff --git a/internal/run-tests-with.yml b/internal/run-tests-with.yml index 90a9ea9..2e4e345 100644 --- a/internal/run-tests-with.yml +++ b/internal/run-tests-with.yml @@ -159,7 +159,7 @@ jobs: # We have an /(builtin) and /pyscript entries in the coverage for which the xml # genearte would generate errors otherwise since these are not actual source files python -m coverage xml -i - curl -Os https://uploader.codecov.io/latest/macos/codecov + curl -Os https://uploader.codecov.io/v0.7.3/macos/codecov chmod +x codecov ./codecov displayName: Upload code coverage