Skip to content

Commit 367a628

Browse files
committed
Another attempt
1 parent 90f9454 commit 367a628

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ build_script:
6060
}
6161
6262
# Upload code coverage reports to codecov.io.
63-
# PowerShell does not support TLS1.2 by default ¯\_(ツ)_/¯, so need to configure that.
6463
after_test:
6564
- ps: |
66-
bash <(curl -s https://codecov.io/bash) -s "Artifacts/Coverage" -t $env:codecov_upload_token
65+
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
66+
wget https://codecov.io/bash -OutFile Build/codecov.sh
67+
bash Build/codecov.sh -s "Artifacts/Coverage" -t $env:codecov_upload_token
6768
6869
artifacts:
6970
- path: Artifacts\UnitsNet.zip

0 commit comments

Comments
 (0)