Skip to content

Commit

Permalink
Coverage (#5)
Browse files Browse the repository at this point in the history
* add codecov.yml

* rename and fix codecov.yml

* exclude benchmark and test

* remove unnecessary files

---------

Co-authored-by: k.koide <[email protected]>
  • Loading branch information
koide3 and koide3 authored Apr 2, 2024
1 parent 4334429 commit 8122528
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
build/*
imgui.ini

*.pyc

dist/*
small_gicp.egg-info/*

Expand Down
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/*"
File renamed without changes.

0 comments on commit 8122528

Please sign in to comment.