Skip to content

Commit

Permalink
Switch coveralls action to upstream develop branch
Browse files Browse the repository at this point in the history
Cython and toml support was missing, but it should be merged now
  • Loading branch information
djhoese committed Jul 24, 2023
1 parent 80ed038 commit 0c494ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -81,8 +81,7 @@ jobs:
env_vars: OS,PYTHON_VERSION,UNSTABLE

- name: Coveralls Parallel
# See https://github.com/AndreMiras/coveralls-python-action/pull/16
uses: djhoese/coveralls-python-action@feature-cython-coverage
uses: AndreMiras/coveralls-python-action@develop
with:
flag-name: run-${{ matrix.test_number }}
parallel: true
Expand All @@ -93,8 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
# See https://github.com/AndreMiras/coveralls-python-action/pull/16
uses: djhoese/coveralls-python-action@feature-cython-coverage
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true

0 comments on commit 0c494ac

Please sign in to comment.