Skip to content

Commit e390de0

Browse files
authored
Move from coveralls to codecov
1 parent a810f16 commit e390de0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ci-report-coverage

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ cp -R ../test/* ./test/
1010
cp -R ../test/integ/* ./test/integ/
1111
cp -R ../test/unit/* ./test/unit/
1212

13-
echo "Sending coveralls json report"
14-
coveralls --gcov-options '\-lp'
13+
echo "Sending json report"
14+
for filename in `find . | egrep '\.cpp'`;
15+
do
16+
gcov -n -o . $filename > /dev/null;
17+
done
18+
19+
codecov

0 commit comments

Comments
 (0)