Skip to content

Commit

Permalink
Include examples in gcov results.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane Beckwith committed Sep 27, 2017
1 parent 63f5211 commit e8ce9d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis/upload-gcov-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ done
for f in $(find ../../src -name "*.c"); do
cp -f "$f" ${gcov_dir}/
done
for f in $(find ../../examples -name "*.c"); do
cp -f "$f" ${gcov_dir}/
done

cd $gcov_dir
gcov *.c
Expand Down

0 comments on commit e8ce9d4

Please sign in to comment.