Skip to content

Commit

Permalink
ci: Disabled test coverage checking for now.
Browse files Browse the repository at this point in the history
Test coverage checking (coveralls) disabled for now while repo
is being updated.
  • Loading branch information
chrisarridge committed Jul 9, 2024
1 parent 9b0c2a8 commit 0e1c2b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
./get_stats.sh
- name: Run tests
run: pytest --cov .
- name: Coveralls
run: coveralls --service=github-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
# - name: Coveralls
# run: coveralls --service=github-actions
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 0e1c2b4

Please sign in to comment.