Skip to content

Commit

Permalink
Coverage (#160)
Browse files Browse the repository at this point in the history
* Add ignore to codecov

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>

* Test ignore

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>

---------

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth authored Nov 19, 2024
1 parent c1eeae2 commit 4e0c932
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"
- "free_fleet_examples"
- "**/test_*.py"
- "**/setup.py"

0 comments on commit 4e0c932

Please sign in to comment.