From d13a6492f8ef63a54cb4df2872305a5f4c9bd615 Mon Sep 17 00:00:00 2001 From: Preston Waters Date: Thu, 17 Aug 2023 11:53:40 -0400 Subject: [PATCH] all comments adressed --- .github/workflows/coverage.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 743cf51..7807fc4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -139,7 +139,6 @@ jobs: path: ${{runner.workspace}}/build-meshFields/coverage - # Generate a report readable from console ------------------------------------- - name: Setup python @@ -150,7 +149,7 @@ jobs: - name: Convert Lcov to Cobertura run: | pip install lcov_cobertura - lcov_cobertura ${{runner.workspace}}/build-meshFields/coverage.info --demangle + lcov_cobertura ${{runner.workspace}}/build-meshFields/coverage.info - name: Code Coverage Summary Report uses: irongut/CodeCoverageSummary@v1.3.0 @@ -164,5 +163,4 @@ jobs: if: github.event_name == 'pull_request' with: recreate: true - path: code-coverage-results.md - + path: code-coverage-results.md \ No newline at end of file