File: coverage.sh

package info (click to toggle)
gazebo 7.3.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 113,412 kB
  • ctags: 42,013
  • sloc: cpp: 366,022; xml: 20,974; ansic: 14,334; python: 2,412; ruby: 374; sh: 364; makefile: 65
file content (9 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
rm /tmp/gazebo_all.info
rm /tmp/gazebo.info
rm -rf /tmp/coverage

lcov -d build/gazebo -c -o /tmp/gazebo_all.info
lcov -r /tmp/gazebo_all.info "/usr/*" -r /tmp/gazebo_all.info "*/include/*" -r /tmp/gazebo_all.info "*build*" -r /tmp/gazebo_all.info "*.hh" -o /tmp/gazebo.info
genhtml  /tmp/gazebo.info -o /tmp/coverage
scp -r /tmp/coverage root@gazebosim.org:/www/live/htdocs