Skip to content

Commit

Permalink
More testing :|
Browse files Browse the repository at this point in the history
  • Loading branch information
IYP-Programer-Yeah committed Apr 19, 2019
1 parent 70d4b8e commit 095cea8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions codecov.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
for filename in `find . | egrep '\.cpp'`;
do
gcov-5 -n -o . $filename > /dev/null;
done
for filename in `find . | egrep '\.gcno'`;
do
sed -i 's/\/Projects\/CMake\/Build\/include\/MDP/\/Messenger\/Include/g' $filename;
done

0 comments on commit 095cea8

Please sign in to comment.