Skip to content

Commit

Permalink
remove .py so it works hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonH2O committed Aug 15, 2023
1 parent f4a4f3d commit f6f18de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: execute py script # !!!!! we're giving it an info file and it asks for .dat, this won't work
run: |
pip install lcov_cobertura
python lcov_cobertura.py coverage.info --base-dir ${{runner.workspace}}/build-meshFields --output ${{runner.workspace}}/build-meshFields/coverage.xml
python lcov_cobertura coverage.info --base-dir ${{runner.workspace}}/build-meshFields --output ${{runner.workspace}}/build-meshFields/coverage.xml
# Test to make sure the file is created
- name: Upload xml test
Expand Down

0 comments on commit f6f18de

Please sign in to comment.