Skip to content

Commit 3c3816f

Browse files
committed
feat: disable coveralls
1 parent 28772e8 commit 3c3816f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous_integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Test with pytest
3838
run: uv run pytest .
3939

40-
- name: Coveralls
41-
env:
42-
github-token: ${{ secrets.GITHUB_TOKEN }}
43-
uses: coverallsapp/github-action@v2.3.7
40+
# - name: Coveralls
41+
# env:
42+
# github-token: ${{ secrets.GITHUB_TOKEN }}
43+
# uses: coverallsapp/github-action@v2.3.7

0 commit comments

Comments
 (0)