Coverage report: 98%

Files Functions Classes

coverage.py v7.14.1, created at 2026-06-09 08:15 +0000

File function   statements missing excluded   coverage
src/check_datapackage/__init__.py (no function)   8 0 0   100%
src/check_datapackage/check.py _pretty_print_exception   1 0 0   100%
src/check_datapackage/check.py _create_suppressed_traceback_hook   2 0 0   100%
src/check_datapackage/check.py _create_suppressed_traceback_hook.hook   3 0 0   100%
src/check_datapackage/check.py _create_suppressed_traceback_ipython_hook   3 0 0   100%
src/check_datapackage/check.py _create_suppressed_traceback_ipython_hook.hook   6 0 0   100%
src/check_datapackage/check.py _is_running_from_ipython   5 2 0   60%
src/check_datapackage/check.py _setup_suppressed_tracebacks   8 0 0   100%
src/check_datapackage/check.py DataPackageError.__init__   1 0 0   100%
src/check_datapackage/check.py explain   4 0 0   100%
src/check_datapackage/check.py _create_explanation   5 0 0   100%
src/check_datapackage/check.py _display_jsonpath_and_property   4 0 0   100%
src/check_datapackage/check.py _display_jsonpath   3 0 0   100%
src/check_datapackage/check.py check   16 4 0   75%
src/check_datapackage/check.py _check_keys   7 0 0   100%
src/check_datapackage/check.py _issues_at_property   1 0 0   100%
src/check_datapackage/check.py _keep_resources_with_no_issue_at_property   1 0 0   100%
src/check_datapackage/check.py _check_primary_key   6 0 0   100%
src/check_datapackage/check.py _check_foreign_keys   7 0 0   100%
src/check_datapackage/check.py _key_fields_as_str_list   3 0 0   100%
src/check_datapackage/check.py _get_unknown_key_fields   4 0 0   100%
src/check_datapackage/check.py _check_fk_source_fields   10 0 0   100%
src/check_datapackage/check.py _check_fk_dest_fields_same_resource   6 0 0   100%
src/check_datapackage/check.py _check_fk_dest_fields_diff_resource   10 0 0   100%
src/check_datapackage/check.py _set_should_fields_to_required   10 0 0   100%
src/check_datapackage/check.py _check_object_against_json_schema   3 0 0   100%
src/check_datapackage/check.py _validation_errors_to_issues   4 0 0   100%
src/check_datapackage/check.py _handle_S_resources_x   9 0 0   100%
src/check_datapackage/check.py _handle_S_resources_x_path   10 0 0   100%
src/check_datapackage/check.py _handle_S_resources_x_schema_fields_x   15 0 0   100%
src/check_datapackage/check.py _handle_S_resources_x_schema_fields_x_constraints_enum   10 0 0   100%
src/check_datapackage/check.py _get_enum_values_error   6 0 0   100%
src/check_datapackage/check.py _not_field_type_error   7 1 0   86%
src/check_datapackage/check.py _handle_S_resources_x_schema_primary_key   11 0 0   100%
src/check_datapackage/check.py _handle_S_resources_x_schema_foreign_keys   14 0 0   100%
src/check_datapackage/check.py _handle_licenses   2 0 0   100%
src/check_datapackage/check.py _handle_grouped_error   3 0 0   100%
src/check_datapackage/check.py _handle_grouped_error._get_edits   8 0 0   100%
src/check_datapackage/check.py _validation_error_to_schema_errors   4 0 0   100%
src/check_datapackage/check.py _get_full_json_path_from_error   5 0 0   100%
src/check_datapackage/check.py _create_schema_error   1 0 0   100%
src/check_datapackage/check.py _path_or_data_required_error   1 0 0   100%
src/check_datapackage/check.py _is_path_type_error   1 0 0   100%
src/check_datapackage/check.py _create_issue   1 0 0   100%
src/check_datapackage/check.py _is_missing_required_property   1 0 0   100%
src/check_datapackage/check.py _get_errors_in_group   1 0 0   100%
src/check_datapackage/check.py _strip_index   1 0 0   100%
src/check_datapackage/check.py (no function)   78 0 0   100%
src/check_datapackage/cli.py ExtensionsCli.__init__   3 0 0   100%
src/check_datapackage/cli.py check_cmd   5 0 0   100%
src/check_datapackage/cli.py main   1 1 0   0%
src/check_datapackage/cli.py (no function)   14 0 0   100%
src/check_datapackage/config.py (no function)   9 0 0   100%
src/check_datapackage/constants.py (no function)   5 0 0   100%
src/check_datapackage/examples.py example_field_properties   1 0 0   100%
src/check_datapackage/examples.py example_resource_properties   1 0 0   100%
src/check_datapackage/examples.py example_package_properties   1 0 0   100%
src/check_datapackage/examples.py (no function)   5 0 0   100%
src/check_datapackage/exclusion.py exclude   1 0 0   100%
src/check_datapackage/exclusion.py _get_any_matches   2 0 0   100%
src/check_datapackage/exclusion.py _get_matches   9 0 0   100%
src/check_datapackage/exclusion.py _jsonpaths_match   3 0 0   100%
src/check_datapackage/exclusion.py _same_type   1 0 0   100%
src/check_datapackage/exclusion.py _get_json_object_from_jsonpath   2 0 0   100%
src/check_datapackage/exclusion.py _get_object_from_path_parts   10 0 0   100%
src/check_datapackage/exclusion.py _get_array_parts   1 0 0   100%
src/check_datapackage/exclusion.py (no function)   17 0 0   100%
src/check_datapackage/extensions.py CustomCheck._check_not_required   3 0 0   100%
src/check_datapackage/extensions.py CustomCheck.apply   3 0 0   100%
src/check_datapackage/extensions.py _jsonpath_to_targets   12 0 0   100%
src/check_datapackage/extensions.py RequiredCheck._check_field_name_in_jsonpath   7 0 0   100%
src/check_datapackage/extensions.py RequiredCheck.apply   2 0 0   100%
src/check_datapackage/extensions.py RequiredCheck._target_to_issues   3 0 0   100%
src/check_datapackage/extensions.py apply_extensions   2 0 0   100%
src/check_datapackage/extensions.py (no function)   37 0 0   100%
src/check_datapackage/internals.py _get_fields_at_jsonpath   2 0 0   100%
src/check_datapackage/internals.py _get_direct_jsonpaths   2 0 0   100%
src/check_datapackage/internals.py _create_property_field   1 0 0   100%
src/check_datapackage/internals.py _is_jsonpath   8 0 0   100%
src/check_datapackage/internals.py (no function)   14 0 0   100%
src/check_datapackage/issue.py MissingValue.__repr__   1 1 0   0%
src/check_datapackage/issue.py MissingValue.__str__   1 0 0   100%
src/check_datapackage/issue.py (no function)   12 0 0   100%
Total     531 9 0   98%

No items found using the specified filter.