Skip to content

Commit

Permalink
Feature/auto testing (#14)
Browse files Browse the repository at this point in the history
* remove foxy and disable fail  fast

* fix fail-fast??

* added rolling test

* fix mess

* experiment codecov.yml

* more codecov expreiments

* remove components
  • Loading branch information
EirikKolas authored Mar 8, 2024
1 parent 951dd8c commit a7f4ce0
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%

0 comments on commit a7f4ce0

Please sign in to comment.