Skip to content

Commit

Permalink
exclude benchmark and test
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Apr 2, 2024
1 parent ea4c858 commit 9525f39
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .codecov.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if(BUILD_BENCHMARKS)

# Odometry benchmark
add_executable(odometry_benchmark
src/small_gicp/util/benchmark_odom.cpp
src/small_gicp/benchmark/benchmark_odom.cpp
src/benchmark/odometry_benchmark_pcl.cpp
src/benchmark/odometry_benchmark_fast_gicp.cpp
src/benchmark/odometry_benchmark_fast_vgicp.cpp
Expand Down
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ignore:
- "include/small_gicp/benchmark/*"
- "src/test/*"
- "src/example/*"
- "src/benchmark/*"
- "src/small_gicp/benchmark/*"
Binary file not shown.
File renamed without changes.

0 comments on commit 9525f39

Please sign in to comment.