Skip to content

Commit 9bc9a04

Browse files
committed
Remove coverage complication
1 parent 849d2ba commit 9bc9a04

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/node_ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ jobs:
1919
- run: npm ci
2020
- run: npm ls -s
2121
- run: npx eslint .
22-
- run: npx nyc npm test
23-
- name: Coveralls Upload
24-
uses: coverallsapp/github-action@master
25-
with:
26-
github-token: ${{ secrets.github_token }}
27-
flag-name: node-${{ matrix.node-version }}
28-
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
3222

3323
finish:
3424
needs: build

0 commit comments

Comments
 (0)