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

Commit a88ed49e by Jan Aagaard Meier Committed by GitHub

Update appveyor.yml

1 parent 366333d4
Showing with 1 additions and 1 deletions
...@@ -31,7 +31,7 @@ before_test: ...@@ -31,7 +31,7 @@ before_test:
- ps: . .\appveyor-setup.ps1 - ps: . .\appveyor-setup.ps1
test_script: test_script:
- 'IF "%COVERAGE%" == "true" (npm run ci-coverage) ELSE (npm test)' - 'IF "%COVERAGE%" == "true" (npm run cover) ELSE (npm test)'
after_test: after_test:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!