Skip to content

Commit ad98aea

Browse files
fix: exclude codecov.yaml from coverage files (#581)
Co-authored-by: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com>
1 parent a031977 commit ad98aea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codecov_cli/services/upload/file_finder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"*.yaml",
123123
"*/classycle/report.xml",
124124
"*codecov.yml",
125+
"codecov.yaml",
125126
"*~",
126127
".*coveragerc",
127128
".coverage*",

0 commit comments

Comments
 (0)