diff --git a/.github/workflows/blt.yml b/.github/workflows/blt.yml index 2eaf6475..305f5362 100644 --- a/.github/workflows/blt.yml +++ b/.github/workflows/blt.yml @@ -35,6 +35,6 @@ jobs: - name: Pytest coverage comment uses: MishaKav/pytest-coverage-comment@main with: - pytest-xml-coverage-path: ./coverage.xml - junitxml-path: ./pytest.xml + pytest-xml-coverage-path: coverage.xml + junitxml-path: pytest.xml