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

Commit 757cba5c by Jan Aagaard Meier Committed by GitHub

Update appveyor.yml

1 parent b9ae268f
Showing with 4 additions and 4 deletions
...@@ -35,7 +35,7 @@ test_script: ...@@ -35,7 +35,7 @@ test_script:
after_test: after_test:
- ps: | - ps: |
if (Test-Path env:\COVERAGE) { if (Test-Path env:\COVERAGE) {
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash 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!