Skip to content

Commit

Permalink
Remove coveralls
Browse files Browse the repository at this point in the history
Until published.
  • Loading branch information
veghp committed Apr 18, 2024
1 parent 4c2f3e3 commit 73aa521
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
pip install -e .
- name: Test with pytest
run: |
python -m pytest --cov seqreport --cov-report term-missing
- name: Coveralls
run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
python -m pytest --cov=seqreport
# - name: Coveralls
# run: coveralls
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_SERVICE_NAME: github

0 comments on commit 73aa521

Please sign in to comment.