Skip to content

Commit

Permalink
only run coveralls for one of the three parallel CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Jan 12, 2024
1 parent d65b5f8 commit 3424fcc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ jobs:
run: |
pytest --cov
- name: Coveralls GitHub Action
if: ${{ matrix.python-version }} == '3.12'
uses: coverallsapp/github-action@v2

with:
parallel: true
flag-name: run-$

0 comments on commit 3424fcc

Please sign in to comment.