From ac530f6d05898a84a67ac8ff085a5173703d665b Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Tue, 24 Sep 2024 17:52:31 +0300 Subject: [PATCH] revert --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b03b1ab..92dcd35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: test run: make config=gcov test - name: generate coverage report - run: pipx run gcovr --gcov-ignore-parse-errors --exclude-throw-branches --filter $(pwd)/src/ --cobertura > cobertura.xml + run: pipx run gcovr --gcov-ignore-parse-errors --exclude-throw-branches --filter src/ --cobertura > cobertura.xml - name: upload coverage report to artifacts uses: actions/upload-artifact@v4 with: