Skip to content

Commit

Permalink
Add code coverage ignore file (gazebosim#179)
Browse files Browse the repository at this point in the history
* add code coverage ignore file

* update gz-cmake version required to 2.14

* ignore src/vendor/

Signed-off-by: youhy <[email protected]>
  • Loading branch information
AzulRadio authored Jul 27, 2022
1 parent 0f6edef commit 5bc7537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(ignition-launch2 VERSION 2.2.2)
#============================================================================
# Find ignition-cmake
#============================================================================
find_package(ignition-cmake2 2.8.0 REQUIRED)
find_package(ignition-cmake2 2.14.0 REQUIRED)
set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})

#============================================================================
Expand Down
1 change: 1 addition & 0 deletions coverage.ignore.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/vendor/*

0 comments on commit 5bc7537

Please sign in to comment.