Skip to content

Commit

Permalink
all comments adressed
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonH2O committed Aug 17, 2023
1 parent 01a9c59 commit d13a649
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
path: ${{runner.workspace}}/build-meshFields/coverage



# Generate a report readable from console -------------------------------------

- name: Setup python
Expand All @@ -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/[email protected]
Expand All @@ -164,5 +163,4 @@ jobs:
if: github.event_name == 'pull_request'
with:
recreate: true
path: code-coverage-results.md

path: code-coverage-results.md

0 comments on commit d13a649

Please sign in to comment.