Skip to content

Commit

Permalink
💚 Generate coverage reports in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Oct 24, 2022
1 parent 9725182 commit 2036eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run tests
run: python -m coverage run -m pytest
run: python -m coverage run -m pytest --branch --parallel-mode

- name: Upload coverage data
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2036eaf

Please sign in to comment.