Relax nanosecond datetime restriction in CF time coding #15484
ci.yaml
on: pull_request
detect ci trigger
4s
Event File
3s
Matrix: test
Annotations
40 errors and 25 warnings
macos-latest py3.10:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[s-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.10:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[s-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.10:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ms-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.10:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ms-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.10:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[us-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.10:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[us-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.10:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.10:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-proleptic_gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.10:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.10
Process completed with exit code 1.
|
macos-latest py3.12:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[s-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.12:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[s-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.12:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ms-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.12:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ms-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.12:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[us-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.12:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[us-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.12:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.12:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-proleptic_gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.12:
xarray/tests/test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
macos-latest py3.12
Process completed with exit code 1.
|
windows-latest py3.10:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[s-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.10:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[s-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.10:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ms-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.10:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ms-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.10:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[us-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.10:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[us-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.10:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.10:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-proleptic_gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.10:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.10
Process completed with exit code 1.
|
windows-latest py3.12:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[s-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.12:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[s-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.12:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ms-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.12:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ms-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.12:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[us-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.12:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[us-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.12:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.12:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-proleptic_gregorian]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.12:
xarray\tests\test_coding_times.py#L230
test_decode_standard_calendar_inside_timestamp_range[ns-standard]
AssertionError: assert dtype('<M8[s]') == dtype('<M8[us]')
+ where dtype('<M8[s]') = array(['2001-04-01T00:00:00', '2001-04-01T01:00:00',\n '2001-04-01T02:00:00', '2001-04-01T03:00:00',\n '2001...30T20:00:00', '2001-04-30T21:00:00',\n '2001-04-30T22:00:00', '2001-04-30T23:00:00'],\n dtype='datetime64[s]').dtype
|
windows-latest py3.12
Process completed with exit code 1.
|
ubuntu-latest py3.10 bare-minimum
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 bare-minimum
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 bare-minimum
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
ubuntu-latest py3.12 flaky
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.12 flaky
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
ubuntu-latest py3.12 flaky
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.11 all-but-dask
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
ubuntu-latest py3.11 all-but-dask
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.11 all-but-dask
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
macos-latest py3.10
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 min-all-deps
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 min-all-deps
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 min-all-deps
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
ubuntu-latest py3.12 all-but-numba
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.12 all-but-numba
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
ubuntu-latest py3.12 all-but-numba
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
macos-latest py3.12
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
ubuntu-latest py3.10
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.12
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.12
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
ubuntu-latest py3.12
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
windows-latest py3.10
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
windows-latest py3.12
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Event File
|
4.67 KB |
|
Test results for Linux-3.10
|
149 KB |
|
Test results for Linux-3.10 bare-minimum
|
125 KB |
|
Test results for Linux-3.10 min-all-deps
|
168 KB |
|
Test results for Linux-3.11 all-but-dask
|
166 KB |
|
Test results for Linux-3.12
|
147 KB |
|
Test results for Linux-3.12 all-but-numba
|
144 KB |
|
Test results for Linux-3.12 flaky
|
659 Bytes |
|
Test results for Windows-3.10
|
156 KB |
|
Test results for Windows-3.12
|
156 KB |
|
Test results for macOS-3.10
|
155 KB |
|
Test results for macOS-3.12
|
154 KB |
|