Fix coverage/junit generated paths (backend)

This commit is contained in:
2024-11-09 15:25:33 -06:00
parent 94cb0f9f5b
commit 78a82311a2

View File

@@ -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: |