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 41502cf commit 45c53e9Copy full SHA for 45c53e9
.github/workflows/coverage.yml
@@ -21,7 +21,7 @@ jobs:
21
run: npx -y c8 --reporter=lcov npm test
22
- name: codecov
23
uses: codecov/codecov-action@v3
24
- - name: Coveralls
25
- uses: coverallsapp/github-action@master
26
- with:
27
- github-token: ${{ secrets.github_token }}
+ # - name: Coveralls
+ # uses: coverallsapp/github-action@master
+ # with:
+ # github-token: ${{ secrets.github_token }}
0 commit comments