Skip to content

Commit c49e5c2

Browse files
committed
ci: use codecov GitHub action
1 parent a1d5c31 commit c49e5c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
- name: Generate coverage report
6161
run: ./node_modules/.bin/nyc report --reporter=json
6262
- name: Upload coverage to Codecov
63-
run: bash <(curl -s https://codecov.io/bash)
64-
shell: bash
63+
uses: codecov/codecov-action@v1
6564
release:
6665
runs-on: ubuntu-18.04
6766
needs: test

0 commit comments

Comments
 (0)