We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20a203 commit 87d5916Copy full SHA for 87d5916
1 file changed
codecov_cli/services/upload/file_finder.py
@@ -38,6 +38,8 @@
38
test_results_files_patterns = [
39
"*junit*.xml",
40
"*test*.xml",
41
+ # the actual JUnit (Java) prefixes the tests with "TEST-"
42
+ "*TEST-*.xml"
43
]
44
45
coverage_files_excluded_patterns = [
0 commit comments