Skip to content

Commit

Permalink
fix: exclude yaml files (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil-codecov authored Jul 15, 2024
1 parent 94215aa commit fc8fc47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codecov_cli/services/upload/file_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
"*.whl",
"*.xcconfig",
"*.xcoverage.*",
"*.yml",
"*.yaml",
"*/classycle/report.xml",
"*codecov.yml",
"*~",
Expand Down

0 comments on commit fc8fc47

Please sign in to comment.