Bump codecov/codecov-action from 4.3.1 to 4.4.0 #2413
Annotations
11 errors
Set up Python 3.8
[notice] A new release of pip is available: 21.1.1 -> 24.0
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
Tests:
click_extra/tests/test_commands.py#L377
test_option_group_integration
AssertionError: assert None
+ where None = <function fullmatch at 0x100cc7310>('Usage: command-cli2 \\[OPTIONS\\] COMMAND \\[ARGS\\]...\\n\\nGroup 1:\\n -a, --opt1 TEXT\\n -b, --opt2 TEXT\\n\\nOt... the version and exit.\\n -h, --help Show this message and exit.\\n\\nCommands:\\n default-command\\n', 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n')
+ where <function fullmatch at 0x100cc7310> = re.fullmatch
+ and 'Usage: command-cli2 [OPTIONS] COMMAND [ARGS]...\n\nGroup 1:\n -a, --opt1 TEXT\n -b, --opt2 TEXT\n\nOther options:\n... Show the version and exit.\n -h, --help Show this message and exit.\n\nCommands:\n default\n' = <ExtraResult okay>.stdout
|
Tests:
click_extra/tests/test_commands.py#L73
test_module_root_declarations
AssertionError: assert {'Abort', 'Ar...rameter', ...} <= {'Abort', 'Ar...rameter', ...}
Extra items in the left set:
'annotations'
|
Tests:
click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[toml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
Tests:
click_extra/tests/test_config.py#L506
test_auto_env_var_conf[ini]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
Tests:
click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[ini]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
Tests:
click_extra/tests/test_config.py#L550
test_conf_file_overridden_by_cli_param[xml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
Tests:
click_extra/tests/test_config.py#L506
test_auto_env_var_conf[xml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
Tests:
click_extra/tests/test_config.py#L316
test_unset_conf_no_message
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
Tests:
click_extra/tests/test_config.py#L506
test_auto_env_var_conf[toml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
Tests:
click_extra/tests/test_config.py#L455
test_conf_file_overrides_defaults[toml]
assert 2 == 0
+ where 2 = <ExtraResult SystemExit(2)>.exit_code
|
Loading