Skip to content

Commit

Permalink
Try fix coveralls II
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Mar 2, 2024
1 parent 4f4f11c commit 13ef46a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ jobs:
cp ./tests/matplotlibrc ./.
pytest --cov=empymod ${{ matrix.case.test }}
- name: Coveralls
- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
with:
parallel: true
flag-name: ${{ matrix.case.python-version }}-${{ matrix.case.name }}
parallel: true


coveralls_finish:
finish:
needs: test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 13ef46a

Please sign in to comment.