mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-09 04:07:43 -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
|
||||
uses: MishaKav/pytest-coverage-comment@main
|
||||
with:
|
||||
pytest-coverage-path: ./pytest-coverage.txt
|
||||
junitxml-path: ./pytest.xml
|
||||
pytest-coverage-path: backend/pytest-coverage.txt
|
||||
junitxml-path: backend/pytest.xml
|
||||
|
||||
- name: Check the output coverage
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user