Skip to content

Commit

Permalink
Try format option to fix coveralls issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Daily committed Jun 3, 2024
1 parent c54cae7 commit b3855cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[tests]
pip install coverage "coveralls<3.3"
pip install coverage
- name: Run tests
run: |
coverage run -m pytest
Expand All @@ -38,6 +38,7 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel: true
format: cobertura
finish:
runs-on: ubuntu-latest
needs: run_tests
Expand Down

0 comments on commit b3855cb

Please sign in to comment.