We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849d2ba commit 4eca1deCopy full SHA for 4eca1de
.github/workflows/node_ci.yml
@@ -19,16 +19,12 @@ 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
0 commit comments