不要怂,就是干,撸起袖子干!

Commit 32dd1231 by Jan Aagaard Meier Committed by GitHub

Update appveyor.yml

1 parent b67957df
Showing with 2 additions and 2 deletions
...@@ -36,6 +36,6 @@ test_script: ...@@ -36,6 +36,6 @@ test_script:
after_test: after_test:
- ps: | - ps: |
if (Test-Path env:\COVERAGE) { if (Test-Path env:\COVERAGE) {
Invoke-WebRequest https://codecov.io/bash -OutFile codecov.sh Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
./codecov.sh -f .\coverage\lcov.info bash ./codecov.sh -f .\coverage\lcov.info
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!