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

Commit 23b0a0f4 by Jan Aagaard Meier Committed by GitHub

Update appveyor.yml

1 parent 128b9d4d
Showing with 1 additions and 1 deletions
...@@ -34,4 +34,4 @@ test_script: ...@@ -34,4 +34,4 @@ 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 -s .\coverage - ps: (Invoke-WebRequest https://codecov.io/bash).toString() | bash -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!