Skip to content

Commit a8a6821

Browse files
committed
Remove coverage complication
1 parent 849d2ba commit a8a6821

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/node_ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,3 @@ 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
32-
33-
finish:
34-
needs: build
35-
runs-on: ubuntu-latest
36-
steps:
37-
- name: Coveralls Finished
38-
uses: coverallsapp/github-action@master
39-
with:
40-
github-token: ${{ secrets.github_token }}
41-
parallel-finished: true

0 commit comments

Comments
 (0)