Skip to content

Commit

Permalink
Remove coveralls job from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Apr 10, 2024
1 parent 29270cb commit e120b69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: |
pip install pytest pytest-cov
coverage run -m pytest tests/
- name: Upload coverage to coveralls
if: matrix.os == 'ubuntu-latest'
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Upload coverage to coveralls
# if: matrix.os == 'ubuntu-latest'
# uses: coverallsapp/github-action@v2
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e120b69

Please sign in to comment.