Skip to content

Commit

Permalink
Not moving the coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jun 6, 2024
1 parent 728de67 commit d6c8543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ coverage:
g++ -std=c++14 -O2 -g -fprofile-arcs -ftest-coverage main.cpp -o main.o && \
mv main.o-main.gcno main.gcno && \
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
rm -f catch*.hpp.gcov *cpp.gcov # && \
# mkdir -p gcov-files && rm -f gcov-files/* && \
# mv *.hpp.gcov gcov-files/ && rm -f *.gcov


# Create folders named after the *.cpp files in the current directory
Expand Down

0 comments on commit d6c8543

Please sign in to comment.