Skip to content

Commit

Permalink
feat(gha): add coverage to PR action summary
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Feb 6, 2025
1 parent 7ecc3cd commit 840d05c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install development dependencies with extras
run: uv sync
- name: Run tests
run: uv run poe test
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# env_vars: OS,PYTHON
# fail_ci_if_error: true
# files: ./coverage.xml
# name: codecov-umbrella
# verbose: true
- name: Run Tests
run: uv run poe cov
- name: Report Coverage
run: uv run coverage report --skip-covered --omit="tests/*" --format=markdown >> $GITHUB_STEP_SUMMARY

0 comments on commit 840d05c

Please sign in to comment.