Skip to content

Commit

Permalink
Improve CTEST_CUSTOM_COVERAGE_EXCLUDE.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed Mar 4, 2020
1 parent ac948d3 commit 5bc28c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/CTestCustom.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE

".*/third_party/.*"

".*/doc/.*"

".*/benchmark/.*"

".*/examples/.*"
Expand Down

0 comments on commit 5bc28c9

Please sign in to comment.