Skip to content

Commit

Permalink
Take Java JUnit conventions into account when detecting test files to…
Browse files Browse the repository at this point in the history
… upload
  • Loading branch information
leonardehrenfried authored Nov 4, 2024
1 parent db6ab02 commit 7d6b014
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 @@ -38,6 +38,8 @@
test_results_files_patterns = [
"*junit*.xml",
"*test*.xml",
# the actual JUnit (Java) prefixes the tests with "TEST-"
"*TEST-*.xml"
]

coverage_files_excluded_patterns = [
Expand Down

0 comments on commit 7d6b014

Please sign in to comment.