mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-12 01:10:24 -06:00
Fix coverage/junit generated paths (backend)
This commit is contained in:
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -60,8 +60,8 @@ jobs:
|
|||||||
id: coverageComment
|
id: coverageComment
|
||||||
uses: MishaKav/pytest-coverage-comment@main
|
uses: MishaKav/pytest-coverage-comment@main
|
||||||
with:
|
with:
|
||||||
pytest-coverage-path: ./pytest-coverage.txt
|
pytest-coverage-path: backend/pytest-coverage.txt
|
||||||
junitxml-path: ./pytest.xml
|
junitxml-path: backend/pytest.xml
|
||||||
|
|
||||||
- name: Check the output coverage
|
- name: Check the output coverage
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user