From ef9f4969531e9b166eade3dffa37622b59a842cf Mon Sep 17 00:00:00 2001 From: jukkap Date: Fri, 2 Feb 2024 10:56:37 +0200 Subject: [PATCH] CI: fix coverage paths --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5a1bf56..427ad9a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: - name: Comment coverage uses: MishaKav/pytest-coverage-comment@main with: - pytest-coverage-path: ./pytest-coverage.txt + pytest-coverage-path: ./api/pytest-coverage.txt coverage-path-prefix: api/ title: API Unit Test Coverage Report hide-badge: true @@ -151,7 +151,7 @@ jobs: hide-comment: false report-only-changed-files: false remove-link-from-badge: false - junitxml-path: ./pytest.xml + junitxml-path: ./api/pytest.xml junitxml-title: API Unit Test Coverage Summary