We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd95f85 commit f5d9424Copy full SHA for f5d9424
.circleci/config.yml
@@ -30,7 +30,7 @@ jobs:
30
name: test
31
command: |
32
cd build
33
- xvfb-run -a -e /dev/stdout ctest -VV
+ ctest -VV
34
- run:
35
name: Generate coverage report with lcov
36
command: lcov --directory . --capture --output-file coverage.info
0 commit comments