We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52642a0 commit a894545Copy full SHA for a894545
1 file changed
codecov_cli/main.py
@@ -34,7 +34,7 @@
34
)
35
@click.option(
36
"--codecov-yml-path",
37
- type=click.Path(path_type=typing.Optional[pathlib.Path]),
+ type=click.Path(path_type=pathlib.Path),
38
default=None,
39
40
0 commit comments