Skip to content

Commit 4eca1de

Browse files
committed
Remove coverage complication
1 parent 849d2ba commit 4eca1de

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/node_ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,12 @@ jobs:
1919
- run: npm ci
2020
- run: npm ls -s
2121
- run: npx eslint .
22-
- run: npx nyc npm test
2322
- name: Coveralls Upload
2423
uses: coverallsapp/github-action@master
2524
with:
2625
github-token: ${{ secrets.github_token }}
2726
flag-name: node-${{ matrix.node-version }}
2827
parallel: true
29-
- run: npx nyc check-coverage
30-
# TODO bring back per-file thresholds once we get the numbers up
31-
# - run: npx nyc check-coverage --per-file
3228

3329
finish:
3430
needs: build

0 commit comments

Comments
 (0)