Skip to content

Commit

Permalink
chore: drop codecov from appveyor
Browse files Browse the repository at this point in the history
We're already integrated using the codecov GitHub app.
  • Loading branch information
childish-sambino committed Apr 15, 2021
1 parent 70ec772 commit 985c916
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@ test_script:
- .\bin\run plugins
- echo y | .\bin\run watch
- npm test
after_test:
- .\node_modules\.bin\nyc report --reporter text-lcov > coverage.lcov
- ps: |
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash codecov.sh

build: off

0 comments on commit 985c916

Please sign in to comment.