Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 2, 2024
1 parent 13edc25 commit d9720f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -39,7 +39,7 @@
"*junit*.xml",
"*test*.xml",
# the actual JUnit (Java) prefixes the tests with "TEST-"
"*TEST-*.xml"
"*TEST-*.xml",
]

coverage_files_excluded_patterns = [
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/test_invoke_upload_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_upload_coverage_options(mocker):
" -d, --dry-run Don't upload files to Codecov",
" --legacy, --use-legacy-uploader",
" Use the legacy upload endpoint",
" --handle-no-reports-found Raise no excpetions when no coverage reports",
" --handle-no-reports-found Raise no exceptions when no coverage reports",
" found.",
" --report-type [coverage|test_results]",
" The type of the file to upload, coverage by",
Expand Down

0 comments on commit d9720f7

Please sign in to comment.