Skip to content

Commit

Permalink
Try a different option
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vandeberg committed Jan 3, 2017
1 parent 4bf5af9 commit 2b699b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN \
make -j$(nproc) chain_test && \
./tests/chain_test && \
mkdir -p /var/cobertura && \
gcovr --object-directory="../" --root=../ --xml-pretty --exclude="../tests" --exclude="../libraries/fc" --output="/var/cobertura/coverage.xml" && \
gcovr --object-directory="../" --root=../ --xml-pretty --gcov-exclude=".*tests.*" --gcov-exclude=".*libraries/fc.*" --output="/var/cobertura/coverage.xml" && \
cd /usr/local/src/steem && \
rm -rf /usr/local/src/steem/build

Expand Down

0 comments on commit 2b699b1

Please sign in to comment.