We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsx-eslint
ljharb
Learn more about funding links in repositories.
Report abuse
1 parent 1251088 commit 0021489Copy full SHA for 0021489
.github/workflows/node-4+.yml
@@ -77,7 +77,7 @@ jobs:
77
- run: rm __tests__/src/util/getComputedRole-test.js
78
if: ${{ matrix.node-version < 7 }}
79
- run: npm run test:ci
80
- - run: bash <(curl -s https://codecov.io/bash) -f coverage/*.json;
+ - uses: codecov/codecov-action@v2
81
82
node:
83
name: 'node 4+'
0 commit comments