Skip to content

Commit 0021489

Browse files
committedOct 13, 2021
[actions] use codecov action
1 parent 1251088 commit 0021489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/node-4+.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- run: rm __tests__/src/util/getComputedRole-test.js
7878
if: ${{ matrix.node-version < 7 }}
7979
- run: npm run test:ci
80-
- run: bash <(curl -s https://codecov.io/bash) -f coverage/*.json;
80+
- uses: codecov/codecov-action@v2
8181

8282
node:
8383
name: 'node 4+'

0 commit comments

Comments
 (0)
Please sign in to comment.