We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c2098 commit fea5619Copy full SHA for fea5619
.appveyor.yml
@@ -31,8 +31,3 @@ test_script:
31
on_success:
32
- echo "%JL_CODECOV_SCRIPT%"
33
- C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
34
-after_test:
35
- - ps : |
36
- $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
37
- Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
38
- bash codecov.sh -f "coverage.xml" -t 9a7f5d9b-9fa2-4824-93c6-9e9d0875ebbf
0 commit comments