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

Commit b67957df by Jan Aagaard Meier Committed by GitHub

Update appveyor.yml

1 parent 23b0a0f4
Showing with 5 additions and 1 deletions
...@@ -34,4 +34,8 @@ test_script: ...@@ -34,4 +34,8 @@ test_script:
- 'IF "%COVERAGE%" == "true" (npm run cover) ELSE (npm test)' - 'IF "%COVERAGE%" == "true" (npm run cover) ELSE (npm test)'
after_test: after_test:
- ps: (Invoke-WebRequest https://codecov.io/bash).toString() | bash -f .\coverage\lcov.info - ps: |
if (Test-Path env:\COVERAGE) {
Invoke-WebRequest https://codecov.io/bash -OutFile codecov.sh
./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!