Skip to content

Commit

Permalink
Add Coverage PR Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma authored Apr 20, 2024
1 parent bd4067e commit 99a07b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pytest-pytest-coverage-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ jobs:
path: |
./coverage.xml
./pytest.xml
- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request'
with:
recreate: true
path: coverage.xml

1 comment on commit 99a07b0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
tests
   conftest.py60100% 
   test_app.py80100% 
   test_dynamic_param.py150100% 
   test_requests.py110100% 
TOTAL400100% 

Tests Skipped Failures Errors Time
46 0 💤 0 ❌ 0 🔥 0.345s ⏱️

Please sign in to comment.