From f6f18deabf2ba4739e94df29102556c70360ca22 Mon Sep 17 00:00:00 2001 From: Preston Waters Date: Tue, 15 Aug 2023 12:57:50 -0400 Subject: [PATCH] remove .py so it works hopefully --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c6e1b44..061c802 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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