Skip to content

Commit

Permalink
Fix ignore and patch for codecov (#133)
Browse files Browse the repository at this point in the history
* Fix ignore of codecov

* Fix badge
  • Loading branch information
christophfroehlich authored Nov 15, 2023
1 parent 6b56e7d commit 8381fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
realtime_tools
===========
[![codecov](https://codecov.io/gh/ros-controls/realtime_tools/graph/badge.svg?token=Osge1FOaAh)](https://codecov.io/gh/ros-controls/realtime_tools)
[![codecov](https://codecov.io/gh/ros-controls/realtime_tools/branch/master/graph/badge.svg?token=Osge1FOaAh)](https://app.codecov.io/gh/ros-controls/realtime_tools/tree/master)

See [control.ros.org](http://control.ros.org) and [realtime_tools](http://wiki.ros.org/realtime_tools) documentation on ros.org

Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coverage:
fixes:
- "ros_ws/src/realtime_tools/::"
ignore:
- "**/test"
- "test"
comment:
layout: "diff, flags, files"
behavior: default

0 comments on commit 8381fc7

Please sign in to comment.