We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849d2ba commit a8a6821Copy full SHA for a8a6821
.github/workflows/node_ci.yml
@@ -19,23 +19,3 @@ jobs:
19
- run: npm ci
20
- run: npm ls -s
21
- 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
39
40
41
- parallel-finished: true
0 commit comments