Skip to content

Commit

Permalink
Add ignore to codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Nov 19, 2024
1 parent c1eeae2 commit d1c11a4
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
coverage:
precision: 2
round: down
range: "35...100"
status:
project:
default:
informational: true
patch: off
fixes:
- "ros_ws/src/*/free_fleet/free_fleet/::"
- "ros_ws/src/*/free_fleet/free_fleet_adapter/::"

ignore:
- "**/tests/*"
- "**/tests/**/*"
- "ros_ws/src/*/free_fleet/free_fleet_adapter/free_fleet_adapter/fleet_adapter.py"
- "**/tests"
- "**/setup.py"
- "ros_ws/src/*/free_fleet/free_fleet_exmaples"

0 comments on commit d1c11a4

Please sign in to comment.