Skip to content

Commit

Permalink
test: workflow to upload term-missing report to PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan committed Dec 26, 2024
1 parent 5dd3f63 commit 415afb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Generate coverage report and benchmark report
run: |
python -m pip install pytest pytest-cov pytest-benchmark[histogram]
pytest --cov=./ --cov-report=xml --benchmark-autosave --benchmark-histogram=.benchmarks/histogram --benchmark-json output.json
pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=./ --cov-report=xml --benchmark-autosave --benchmark-histogram=.benchmarks/histogram --benchmark-json output.json
- name: Convert coverage report
uses: irongut/[email protected]
with:
Expand Down

0 comments on commit 415afb7

Please sign in to comment.