We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95ef4e commit f19c94cCopy full SHA for f19c94c
1 file changed
.github/workflows/backend-app.yml
@@ -98,7 +98,7 @@ jobs:
98
if: github.event_name == 'pull_request' && always()
99
uses: MishaKav/pytest-coverage-comment@main
100
with:
101
- identifier: backend-coverage-report
+ unique-id-for-comment: backend-coverage-report
102
pytest-xml-coverage-path: backend/coverage.xml
103
pytest-coverage-path: backend/pytest-coverage.txt
104
junitxml-path: backend/junit/test-results.xml
0 commit comments