We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a136f87 commit 7ca3de2Copy full SHA for 7ca3de2
.github/workflows/build.yml
@@ -24,12 +24,12 @@ jobs:
24
run: npm ci
25
- name: Build
26
run: npm run build --if-present
27
- # - name: Test
28
- # run: npm test -- --silent --verbose
29
- #- name: Coveralls
30
- # uses: coverallsapp/[email protected]
31
- # with:
32
- # github-token: ${{ secrets.github_token }}
+ - name: Test
+ run: npx nyc --reporter=lcovonly --reporter=text npm test
+ - name: Coveralls
+ uses: coverallsapp/[email protected]
+ with:
+ github-token: ${{ secrets.github_token }}
33
- name: Release
34
env:
35
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments