Skip to content

Commit

Permalink
Switch to unstable coveralls action to get pyproject.toml support
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed May 17, 2023
1 parent 466dee1 commit c5d8826
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ jobs:
pytest --cov=uwsift uwsift/tests
- name: Coveralls Parallel
uses: AndreMiras/coveralls-python-action@develop
# See https://github.com/AndreMiras/coveralls-python-action/pull/16
uses: djhoese/coveralls-python-action@feature-cython-coverage
with:
flag-name: run-${{ matrix.test_number }}
parallel: true
Expand All @@ -156,6 +157,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
# See https://github.com/AndreMiras/coveralls-python-action/pull/16
uses: djhoese/coveralls-python-action@feature-cython-coverage
with:
parallel-finished: true

0 comments on commit c5d8826

Please sign in to comment.