Skip to content

Commit

Permalink
pull request test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonH2O committed Aug 17, 2023
1 parent 839a553 commit 2ae9bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Convert Lcov to Cobertura
run: |
pip install lcov_cobertura
lcov_cobertura ${{runner.workspace}}/build-meshFields/coverage.info --base-dir src/dir --demangle
lcov_cobertura ${{runner.workspace}}/build-meshFields/coverage.info --base-dir ${{runner.workspace}} --demangle
- name: Code Coverage Summary Report
uses: irongut/[email protected]
Expand Down

0 comments on commit 2ae9bc0

Please sign in to comment.