Skip to content

Commit 3662353

Browse files
fix: better default file pattern for test results (#379)
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
1 parent a894545 commit 3662353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codecov_cli/services/upload/file_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737

3838
test_results_files_patterns = [
39-
"*junit*",
39+
"*junit.xml",
4040
]
4141

4242
coverage_files_excluded_patterns = [

0 commit comments

Comments
 (0)