Skip to content

Commit

Permalink
Update CI coveralls parallel step
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-basevi committed Jul 26, 2024
1 parent e9bd1f4 commit 8560cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
PYTHONPATH=. pytest --cov=payu -s test;
- name: Coveralls
uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9 # v20201129
uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
with:
parallel: true

Expand All @@ -106,6 +106,6 @@ jobs:
needs: tests
runs-on: ubuntu-latest
steps:
- uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9 # v20201129
- uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
with:
parallel-finished: true

0 comments on commit 8560cfc

Please sign in to comment.