mirror of https://github.com/koide3/small_gicp.git
Coverage (#5)
* add codecov.yml * rename and fix codecov.yml * exclude benchmark and test * remove unnecessary files --------- Co-authored-by: k.koide <k.koide@aist.go.jp>
This commit is contained in:
parent
4334429893
commit
8122528445
|
|
@ -2,6 +2,8 @@
|
|||
build/*
|
||||
imgui.ini
|
||||
|
||||
*.pyc
|
||||
|
||||
dist/*
|
||||
small_gicp.egg-info/*
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
ignore:
|
||||
- "include/small_gicp/benchmark/*"
|
||||
- "src/test/*"
|
||||
- "src/example/*"
|
||||
- "src/benchmark/*"
|
||||
- "src/small_gicp/benchmark/*"
|
||||
Loading…
Reference in New Issue