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 <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Nov 15, 2024
1 parent 6cebc33 commit c1eeae2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
fixes:
- "ros_ws/src/*/free_fleet/free_fleet/::"
- "ros_ws/src/*/free_fleet/free_fleet_adapter/::"
- "ros_ws/src/*/free_fleet/free_fleet_examples/::"

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

0 comments on commit c1eeae2

Please sign in to comment.