Skip to content

Commit 91cf0d8

Browse files
authored
fix designer ignoring glob
1 parent 8455e11 commit 91cf0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ignore:
1212
- RubberduckTests
1313
# xaml files are not checked for coverage
1414
# AutoGenerated files are not contributing to coverage
15-
- *.Designer.cs
15+
- **/*.Designer.cs
1616

1717
coverage:
1818
round: nearest

0 commit comments

Comments
 (0)