Skip to content

Commit 1f5416d

Browse files
Merge branch 'master' into update-babel-eslint-package
2 parents 565c594 + 0021489 commit 1f5416d

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)