Skip to content

Commit

Permalink
fix: better default file pattern for test results
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed Feb 13, 2024
1 parent a894545 commit 021fb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov_cli/services/upload/file_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
]

test_results_files_patterns = [
"*junit*",
"*junit.xml",
]

coverage_files_excluded_patterns = [
Expand Down

0 comments on commit 021fb79

Please sign in to comment.