summaryrefslogtreecommitdiff
path: root/test/tx/cmake/coverage.sh
blob: ae2c7a4b65b119f3e771e96c671dcc17ea69502f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -e

cd $(dirname $0)
mkdir -p coverage_report/$1
gcovr --object-directory=build/$1/threadx/CMakeFiles/threadx.dir/common/src -r build/$1 -f ../../../common/src --xml-pretty --output coverage_report/$1.xml
gcovr --object-directory=build/$1/threadx/CMakeFiles/threadx.dir/common/src -r build/$1 -f ../../../common/src --html --html-details --output coverage_report/$1/index.html