Skip to content

Commit

Permalink
linter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-codecov committed Nov 7, 2024
1 parent 83da9aa commit 10b24f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codecov_cli/commands/process_test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ def process_test_results(
dir, exclude_folders, files, disable_search, report_type="test_results"
)

upload_collection_results: List[UploadCollectionResultFile] = (
file_finder.find_files()
)
upload_collection_results: List[
UploadCollectionResultFile
] = file_finder.find_files()
if len(upload_collection_results) == 0:
raise click.ClickException(
"No JUnit XML files were found. Make sure to specify them using the --file option."
Expand Down

0 comments on commit 10b24f7

Please sign in to comment.