Skip to content

Commit

Permalink
Adding separate line for gcovr coverage.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Mar 24, 2013
1 parent 1485f81 commit 268d19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/jenkins_cxxtest
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ vpython/bin/coverage xml --omit="$WORKSPACE/vpython/lib/*" -o $WORKSPACE/cxxtest
# Generate C++ code coverage
cd "$WORKSPACE"/cxxtest
"$WORKSPACE"/vpython/bin/gcovr -v -d -r "$WORKSPACE"/cxxtest \
-x -o "$WORKSPACE"/cxxtest/test/coverage.xml \
-x -o "$WORKSPACE"/cxxtest/coverage.xml \
--gcov-filter '.*#test#(\.\.|\^)#cxxtest#.*gcov'

echo "DONE"
Expand Down

0 comments on commit 268d19d

Please sign in to comment.