Skip to content

Commit

Permalink
Add code coverage ignore file (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
  • Loading branch information
jennuine authored Jul 26, 2022
1 parent 64fea9a commit a0aad25
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 @@ -9,7 +9,7 @@ project(ignition-utils1 VERSION 1.4.0)
# Find ignition-cmake
#============================================================================
# If you get an error at this line, you need to install ignition-cmake
find_package(ignition-cmake2 2.0.0 REQUIRED)
find_package(ignition-cmake2 2.14.0 REQUIRED)

#============================================================================
# Configure the project
Expand Down
1 change: 1 addition & 0 deletions coverage.ignore.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cli/include/vendored-cli/*

0 comments on commit a0aad25

Please sign in to comment.