From 17c21e260fb69b0b3713aaca6cbff0817c674934 Mon Sep 17 00:00:00 2001 From: ado Date: Tue, 8 Aug 2023 01:25:43 +0200 Subject: [PATCH] Update coverage ci --- .github/workflows/coverage.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 29a92a5..165650a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -63,18 +63,9 @@ jobs: lcov -d . -c -o out.info --rc lcov_branch_coverage=1 --no-external lcov -e out.info '*include/ss*hpp' -o filtered.info genhtml --t "SSP Coverage" --legend --demangle-cpp -o html -s --branch-coverage -p $PWD filtered.info - pwd - ls - cat $${github.workspace}} - - - name: Archive coverage report - uses: actions/upload-artifact@v3 - with: - name: code-coverage-report - path: ${{github.workspace}}/html - name: Invoke coveralls uses: coverallsapp/github-action@v2 with: github-token: ${{secrets.GITHUB_TOKEN}} - path-to-lcov: ${{github.workspace}}/filtered.info + path-to-lcov: filtered.info