mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-07 09:15:37 -06:00
Remove accidentally added if check from coverageComment step
This commit is contained in:
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@@ -74,7 +74,6 @@ jobs:
|
||||
|
||||
- name: Pytest coverage comment
|
||||
id: coverageComment
|
||||
if: steps.check-coverage-files.outputs.success == 'true'
|
||||
uses: MishaKav/pytest-coverage-comment@main
|
||||
with:
|
||||
pytest-coverage-path: backend/pytest-coverage.txt
|
||||
|
||||
Reference in New Issue
Block a user