Skip to content

Commit

Permalink
Convert coverage to xml since the coveralls action can't find coverag…
Browse files Browse the repository at this point in the history
…e in the runner environment.
  • Loading branch information
Matt Daily committed Jun 3, 2024
1 parent 7fa4bed commit 507da9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
python -m pip install 'poetry'
poetry install
- name: Run tests
run: poetry run coverage run -m pytest
run: |
poetry run coverage run -m pytest
poetry run coverage xml
- name: Generate and send coveralls report
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit 507da9d

Please sign in to comment.