Skip to content

Commit a9c02cb

Browse files
authored
Update ignore regex for 3rdparty (UniversalRobots#421)
Codecov seems not to ignore the 3rdparty folder as it should. This commit attempts to fix that.
1 parent 45aa603 commit a9c02cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ codecov:
44
strict_yaml_branch: default # only use the latest YAML on stated branch
55

66
ignore:
7-
- "3rdparty/*" # ignore examples
7+
- "3rdparty/**/*" # ignore examples
88
- "examples/*" # ignore examples
99
- "tests/*" # ignore unit tests

0 commit comments

Comments
 (0)