Skip to content

Commit d311065

Browse files
authored
Merge pull request django-guardian#949 from django-guardian/fix-code-coverage
code coverage will only show as summary instead of comment
2 parents 63a24f3 + 78915d6 commit d311065

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ jobs:
8484
output: both
8585
thresholds: 60 80
8686

87-
- name: Add Coverage PR Comment
88-
uses: marocchino/sticky-pull-request-comment@v2
89-
if: github.event_name == 'pull_request'
90-
with:
91-
recreate: true
92-
path: code-coverage-results.md
9387

9488
- name: Write to Job Summary
9589
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)