We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb9607 commit 90f9454Copy full SHA for 90f9454
appveyor.yml
@@ -63,8 +63,7 @@ build_script:
63
# PowerShell does not support TLS1.2 by default ¯\_(ツ)_/¯, so need to configure that.
64
after_test:
65
- ps: |
66
- $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
67
- bash Build/codecov.sh -s "Artifacts/Coverage" -t $env:codecov_upload_token
+ bash <(curl -s https://codecov.io/bash) -s "Artifacts/Coverage" -t $env:codecov_upload_token
68
69
artifacts:
70
- path: Artifacts\UnitsNet.zip
0 commit comments