Skip to content

Commit 90f9454

Browse files
committed
Try to fix codecov script
1 parent 7bb9607 commit 90f9454

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ build_script:
6363
# PowerShell does not support TLS1.2 by default ¯\_(ツ)_/¯, so need to configure that.
6464
after_test:
6565
- ps: |
66-
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
67-
bash Build/codecov.sh -s "Artifacts/Coverage" -t $env:codecov_upload_token
66+
bash <(curl -s https://codecov.io/bash) -s "Artifacts/Coverage" -t $env:codecov_upload_token
6867
6968
artifacts:
7069
- path: Artifacts\UnitsNet.zip

0 commit comments

Comments
 (0)