Skip to content

Commit

Permalink
test: rely on codecov to check coverage
Browse files Browse the repository at this point in the history
100% is no longer possible in one run, since we have branching based on eslint version
  • Loading branch information
ljharb committed Oct 27, 2021
1 parent 563399d commit 2b65377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- run: npm uninstall --no-save @eslint/eslintrc
if: ${{ matrix.eslint < 7 || matrix.eslint == 7.7 }} # < 7.12, actually
- run: npm run cover
- run: npm run check-coverage
- uses: codecov/codecov-action@v2

node:
Expand Down

0 comments on commit 2b65377

Please sign in to comment.