From a7f4ce0267af66555be0193beffaf72ebcd0b349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eirik=20Kol=C3=A5s?= Date: Fri, 8 Mar 2024 23:35:14 +0100 Subject: [PATCH] Feature/auto testing (#14) * remove foxy and disable fail fast * fix fail-fast?? * added rolling test * fix mess * experiment codecov.yml * more codecov expreiments * remove components --- codecov.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/codecov.yml b/codecov.yml index 12d4153e..8134ea7b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -17,24 +17,4 @@ flag_management: statuses: - type: project target: auto - threshold: 1% - - -component_management: - individual_components: - - component_id: vortex-filtering-models - paths: - - vortex-filtering/include/vortex_filtering/models - - component_id: vortex-filtering-filters - paths: - - vortex-filtering/include/vortex_filtering/filters - - component_id: vortex-filtering-numerical-integration - paths: - - vortex-filtering/include/vortex_filtering/numerical_integration - - component_id: vortex-filtering-probability - paths: - - vortex-filtering/include/vortex_filtering/probability - - component_id: vortex-filtering-utils - paths: - - vortex-filtering/include/vortex_filtering/utils - - vortex-filtering/src/utils + threshold: 1%