Skip to content

Commit

Permalink
Export coverage as xml for coveralls to properly process
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jun 3, 2024
1 parent 42071a8 commit c4278e8
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:
pip install -e .[tests]
pip install coverage "coveralls<3.3"
- name: Run tests
run: coverage run -m pytest
run: |
poetry run coverage run -m pytest
poetry run coverage xml
env:
OPENTSDB_PYTHON_METRICS_TEST_MODE: True
- name: Generate and send coveralls report
Expand Down

0 comments on commit c4278e8

Please sign in to comment.