diff --git a/README.md b/README.md index a799c8401b0857b12119fabd7ab68638333e052d..cedfec718ea0efcbfe9075ea4c3d17f099ff38db 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For detailed instructions on how to: - [Navigation Plugins](https://navigation.ros.org/plugins/index.html) - [Contribute](https://navigation.ros.org/contribute/index.html) -Please visit our [documentation site](https://navigation.ros.org/). [Please visit our community Slack here](navigation2.slack.com). +Please visit our [documentation site](https://navigation.ros.org/). [Please visit our community Slack here](https://navigation2.slack.com). | Service | Dashing | Eloquent | Master | | :---: | :---: | :---: | :---: | diff --git a/codecov.yml b/codecov.yml index 01835eda004e315ad0fecf4ea1ae185c004ba151..202b5fdbbcae0f5f9218c45342b1eb8aef204fc0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,3 +4,5 @@ fixes: ignore: - "*/**/test/*" # ignore package test directories, e.g. nav2_dwb_controller/costmap_queue/tests - "*/test/**/*" # ignore package test directories, e.g. nav2_costmap_2d/tests + - "**/test_*.*" # ignore files starting with test_ e.g. nav2_map_server/test/test_constants.cpp + - "**/*_tests.*" # ignore files ending with _tests e.g. nav2_voxel_grid/test/voxel_grid_tests.cpp