Skip to content

Commit

Permalink
New install for LCOV
Browse files Browse the repository at this point in the history
  • Loading branch information
billschereriii committed Aug 31, 2023
1 parent ddc95af commit 7ae21a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
# Process and upload code coverage (Python was collected during pytest)
- name: Collect coverage from C/C++/Fortran testers
run: third-party/lcov/install/usr/local/bin/lcov -c -d build/Coverage/CMakeFiles -o coverage.info
run: third-party/lcov/install/bin/lcov -c -d build/Coverage/CMakeFiles -o coverage.info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -603,5 +603,5 @@ third-party/lcov/install/usr/local/bin/lcov:
git clone $(LCOV_URL) lcov --branch $(LCOV_VER) --depth=1
@cd third-party/lcov && \
mkdir -p install && \
CC=gcc CXX=g++ DESTDIR="install/" make install && \
CC=gcc CXX=g++ make PREFIX=`pwd`/install/ install && \
echo "Finished installing LCOV"

0 comments on commit 7ae21a4

Please sign in to comment.