Skip to content

Commit 45c53e9

Browse files
committed
comment out coveralls
1 parent 41502cf commit 45c53e9

File tree

2 files changed

+871
-4
lines changed

2 files changed

+871
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npx -y c8 --reporter=lcov npm test
2222
- name: codecov
2323
uses: codecov/codecov-action@v3
24-
- name: Coveralls
25-
uses: coverallsapp/github-action@master
26-
with:
27-
github-token: ${{ secrets.github_token }}
24+
# - name: Coveralls
25+
# uses: coverallsapp/github-action@master
26+
# with:
27+
# github-token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)