-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
prevent-cli/codecov-cli/codecov_cli/plugins/pycoverage.py
Lines 86 to 94 in 10f3e95
| return next( | |
| search_files( | |
| self.config.project_root, | |
| [], | |
| filename_include_regex=coverage_files_regex, | |
| filename_exclude_regex=None, | |
| ), | |
| None, | |
| ) |
The code in question means that --dir passed to the CLI will not be respected as the project_root always takes precedence. That is quite unfortunate.
Metadata
Metadata
Assignees
Labels
No labels