Skip to content

Commit

Permalink
Add codecov settings (ignore test folders)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 11, 2023
1 parent 57f6468 commit e012a2b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
coverage:
precision: 2
round: down
range: "35...100"
status:
project:
default:
informational: true
patch: off
fixes:
- "ros_ws/src/kinematics_interface/::"
ignore:
- "**/test"
- "test"
comment:
layout: "diff, flags, files"
behavior: default

0 comments on commit e012a2b

Please sign in to comment.