Skip to content

Commit

Permalink
Add coverage ignore file (#689)
Browse files Browse the repository at this point in the history
Signed-off-by: youhy <haoyuan2019@outlook.com>
  • Loading branch information
AzulRadio authored Jul 27, 2022
1 parent 0d45f75 commit 41d1824
Show file tree
Hide file tree
Showing 2 changed files with 4 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-rendering3 VERSION 3.6.0)
# Find ignition-cmake
#============================================================================
# If you get an error at this line, you need to install ignition-cmake
find_package(ignition-cmake2 2.8.0 REQUIRED)
find_package(ignition-cmake2 2.14.0 REQUIRED)

#============================================================================
# Set up the project
Expand Down
3 changes: 3 additions & 0 deletions coverage.ignore.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ogre/*
optix/*
ogre2/src/terrain/Terra/*

0 comments on commit 41d1824

Please sign in to comment.