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

Commit 9d160493 by Jan Aagaard Meier Committed by GitHub

Update appveyor.yml

1 parent 3e51dca0
Showing with 1 additions and 1 deletions
...@@ -37,5 +37,5 @@ after_test: ...@@ -37,5 +37,5 @@ 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!