Skip to content

Commit

Permalink
Only make coverage comment for pushes to main #67
Browse files Browse the repository at this point in the history
  • Loading branch information
aweakley committed Oct 15, 2024
1 parent 6774e65 commit 613115f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Pytest coverage comment
id: coverageComment
if: github.event_name == 'push' && github.ref_name == 'main'
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-xml-coverage-path: ./coverage_combined.xml
Expand Down

0 comments on commit 613115f

Please sign in to comment.