Skip to content

Commit d391a0c

Browse files
authored
Merge pull request #278 from webpack/ci/codecov
use codecov action
2 parents 4960d77 + b10f7ee commit d391a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- run: yarn --frozen-lockfile
3434
- run: yarn cover:ci
3535
- if: ${{ matrix.os != 'windows-latest' }}
36-
run: bash <(curl -s https://codecov.io/bash) -X gcov
36+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)