From edf7f50e9b24fcae13530c504671f642d9ea4e19 Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio <123113322+carlos-villavicencio-adsk@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:44:00 -0500 Subject: [PATCH] Update run-tests-with.yml --- internal/run-tests-with.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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