(Translated by https://www.hiragana.jp/)
Pypy doesn't play nice with coveralls · CalebBell/ht@58892c8 · GitHub
Skip to content

Commit

Permalink
Pypy doesn't play nice with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jul 24, 2024
1 parent 91a8870 commit 58892c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ jobs:
- name: Test with pytest
run: |
pytest . -v --cov-report html --cov=ht --cov-report term-missing -m "not online and not thermo"
- name: Coveralls
run: |
coveralls
if: ${{ matrix.python-version != 'pypy3.9'}}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.coveralls }}
COVERALLS_PARALLEL: true
Expand Down

0 comments on commit 58892c8

Please sign in to comment.