Skip to content

Commit

Permalink
Listing files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jun 6, 2024
1 parent f8c1e54 commit 70bca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main.a: main.cpp clean

# Check coverage using the main.o target
coverage: main.o
gcov -r main.cpp && \
gcov -r main.cpp && ls -allt && \
rm -f catch*.hpp.gcov && \
mkdir -p gcov-files && rm -f gcov-files/* && \
mv *.hpp.gcov gcov-files/ && rm -f *.gcov
Expand Down

0 comments on commit 70bca74

Please sign in to comment.