Skip to content

Commit 23e297e

Browse files
author
Shyue Ping Ong
committed
Comment out coveralls
1 parent 791a45b commit 23e297e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: pytest
4242
run: |
4343
pytest --cov=package tests --color=yes
44-
- name: Coveralls
45-
uses: coverallsapp/github-action@v2
44+
# - name: Coveralls
45+
# uses: coverallsapp/github-action@v2
4646

4747
build:
4848
needs: test

0 commit comments

Comments
 (0)