Skip to content

Commit

Permalink
[actions] use codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 13, 2021
1 parent 1251088 commit 0021489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-4+.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
- run: rm __tests__/src/util/getComputedRole-test.js
if: ${{ matrix.node-version < 7 }}
- run: npm run test:ci
- run: bash <(curl -s https://codecov.io/bash) -f coverage/*.json;
- uses: codecov/codecov-action@v2

node:
name: 'node 4+'
Expand Down

0 comments on commit 0021489

Please sign in to comment.