mirror of
https://github.com/Xevion/linkpulse.git
synced 2026-01-31 08:24:45 -06:00
Remove accidentally added if check from coverageComment step
This commit is contained in:
Vendored
-1
@@ -74,7 +74,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Pytest coverage comment
|
- name: Pytest coverage comment
|
||||||
id: coverageComment
|
id: coverageComment
|
||||||
if: steps.check-coverage-files.outputs.success == 'true'
|
|
||||||
uses: MishaKav/pytest-coverage-comment@main
|
uses: MishaKav/pytest-coverage-comment@main
|
||||||
with:
|
with:
|
||||||
pytest-coverage-path: backend/pytest-coverage.txt
|
pytest-coverage-path: backend/pytest-coverage.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user