Skip to content

Commit 87d5916

Browse files
Take Java JUnit conventions into account when detecting test files to upload (#550)
1 parent c20a203 commit 87d5916

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

codecov_cli/services/upload/file_finder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
test_results_files_patterns = [
3939
"*junit*.xml",
4040
"*test*.xml",
41+
# the actual JUnit (Java) prefixes the tests with "TEST-"
42+
"*TEST-*.xml"
4143
]
4244

4345
coverage_files_excluded_patterns = [

0 commit comments

Comments
 (0)