From 6a1abd8fec7cbd6de2005c247b6895766f1ac86c Mon Sep 17 00:00:00 2001 From: Nik Date: Wed, 14 Sep 2022 15:01:44 +0200 Subject: [PATCH] git: Look for coverage information in correct folder --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d4d499..2dc4db0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,7 +61,7 @@ jobs: - name: ⚗️ Generate Coverage Report run: | cd tests/build - lcov -d ./includes -d ./patterns --gcov-tool /usr/bin/gcov-12 -c -o coverage.info + lcov -d ./_deps/pattern_language-build/lib --gcov-tool /usr/bin/gcov-12 -c -o coverage.info - name: ⬆️ Upload Coverage Report uses: coverallsapp/github-action@master