Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bafeac7 + a3a5b4f commit 8364a18Copy full SHA for 8364a18
.circleci/config.yml
@@ -28,6 +28,8 @@ jobs:
28
command: |
29
cd build
30
ctest -VV -o /tmp/test_results/test-results.txt
31
+ environment:
32
+ GTEST_OUTPUT: xml:/tmp/test_results/
33
34
- run:
35
name: Generate code coverage
0 commit comments