Avatar for the koxudaxi user
koxudaxi
datamodel-code-generator
BlogDocsChangelog

Move coverage fail_under check to combined coverage environment

#2909Merged
Comparing
feature/increase-coverage-threshold
(
3f2b713
) with
main
(
c83470e
)
CodSpeed Performance Gauge
-17%
Regression
11
Skipped
98

Benchmarks

109 total
test_perf_large_models_pydantic_v2
tests/main/test_performance.py
CodSpeed Performance Gauge
-17%
3.1 s3.7 s
test_perf_kubernetes_style_pydantic_v2
tests/main/test_performance.py
CodSpeed Performance Gauge
-17%
2.2 s2.6 s
test_perf_stripe_style_pydantic_v2
tests/main/test_performance.py
CodSpeed Performance Gauge
-17%
1.7 s2 s
test_perf_multiple_files_input
tests/main/test_performance.py
CodSpeed Performance Gauge
-17%
3.1 s3.8 s
test_perf_complex_refs
tests/main/test_performance.py
CodSpeed Performance Gauge
-16%
1.7 s2 s
test_perf_duplicate_names
tests/main/test_performance.py
CodSpeed Performance Gauge
-16%
839.6 ms1,002.1 ms
test_perf_openapi_large
tests/main/test_performance.py
CodSpeed Performance Gauge
-15%
2.5 s2.9 s
test_perf_deep_nested
tests/main/test_performance.py
CodSpeed Performance Gauge
-15%
5.1 s6 s
test_perf_graphql_style_pydantic_v2
tests/main/test_performance.py
CodSpeed Performance Gauge
-15%
695.7 ms820.7 ms
test_perf_aws_style_openapi_pydantic_v2
tests/main/test_performance.py
CodSpeed Performance Gauge
-15%
1.6 s1.9 s
test_perf_all_options_enabled
tests/main/test_performance.py
CodSpeed Performance Gauge
-15%
5.7 s6.7 s
test_main_nested_directory
tests/main/jsonschema/test_main_jsonschema.py
Skipped
247.9 ms*
test_main_strict_types_all_with_field_constraints
tests/main/jsonschema/test_main_jsonschema.py
Skipped
81 ms*
test_main_jsonschema_complex_any_of
tests/main/jsonschema/test_main_jsonschema.py
Skipped
68 ms*
test_main_allof_root_model_constraints
tests/main/jsonschema/test_main_jsonschema.py
Skipped
287.1 ms*
test_main_use_frozen_field_dataclass
tests/main/jsonschema/test_main_jsonschema.py
Skipped
35.8 ms*
test_main_use_frozen_field_pydantic_v1
tests/main/jsonschema/test_main_jsonschema.py
Skipped
48.5 ms*
test_main_use_frozen_field_pydantic_v2
tests/main/jsonschema/test_main_jsonschema.py
Skipped
54 ms*
test_main_jsonschema_reserved_field_name_typed_dict
tests/main/jsonschema/test_main_jsonschema.py
Skipped
29 ms*
test_main_jsonschema_reserved_field_name_dataclass
tests/main/jsonschema/test_main_jsonschema.py
Skipped
29.8 ms*
test_main_jsonschema_reserved_field_name_pydantic
tests/main/jsonschema/test_main_jsonschema.py
Skipped
45.6 ms*
test_main_all_of_ref
tests/main/jsonschema/test_main_jsonschema.py
Skipped
39.3 ms*
test_main_allof_root_model_constraints_merge
tests/main/jsonschema/test_main_jsonschema.py
Skipped
262.9 ms*
test_main_lookaround_union_types_pydantic_v2
tests/main/jsonschema/test_main_jsonschema.py
Skipped
58.4 ms*
test_main_use_default_factory_for_optional_nested_models_with_dict[pydantic_v2.BaseModel-default_factory_nested_model_with_dict_pydantic_v2.py]
tests/main/jsonschema/test_main_jsonschema.py
Skipped
68.4 ms*

Commits

Click on a commit to change the comparison range
Base
main
c83470e
-0.8%
Increase coverage threshold from 88% to 100%
5c936d0
4 months ago
by koxudaxi
-0.05%
Merge branch 'main' into feature/increase-coverage-threshold
528403a
4 months ago
by koxudaxi
-0.4%
Disable covdefaults fail_under for individual tests
b90ac67
4 months ago
by koxudaxi
+1.33%
Add --cov-fail-under=0 to individual tests
b7f31be
4 months ago
by koxudaxi
+0.6%
Add pragma: no cover to unreachable code paths
e246714
4 months ago
by koxudaxi
+19.97%
Remove Python 3.9 dead code from msgspec and update action
d1f0535
4 months ago
by koxudaxi
+0.61%
Revert config-types.yaml and action.yml to use tox
ef628ac
4 months ago
by koxudaxi
-20.92%
Add test for --no-use-union-operator and fix coverage
b0ff0ec
4 months ago
by koxudaxi
+0.96%
docs: update CLI reference documentation and prompt data
ade6d85
4 months ago
by github-actions[bot]
+0.17%
Add test for collision resolution success path
e7b58d8
4 months ago
by koxudaxi
-1.1%
Add pragma: no cover to test helper code
0447f7c
4 months ago
by koxudaxi
-1.45%
Fix pragma: no cover placement in test helper
244217b
4 months ago
by koxudaxi
+2.59%
Add pragma: no branch to branch partials
cd0c2d1
4 months ago
by koxudaxi
-2.63%
Add deprecation warning to has_type_alias property
be749b8
4 months ago
by koxudaxi
+1.87%
Add msgspec e2e tests and optimize pragma comments
8141f1d
4 months ago
by koxudaxi
-0.6%
Remove unnecessary pragma comments and defensive checks
c055f58
4 months ago
by koxudaxi
-0.91%
Remove more unnecessary pragma comments
897c75b
4 months ago
by koxudaxi
+0.42%
Remove pragma from pydantic/base_model.py and types.py
1037770
4 months ago
by koxudaxi
+0.94%
Optimize graphql.py pragma comments and fix coverage
ec06425
4 months ago
by koxudaxi
+19.34%
Remove all pragma comments from test files
1535ce8
4 months ago
by koxudaxi
+0.7%
Remove dead code from test files
969bc66
4 months ago
by koxudaxi
-21.5%
Remove skipped tests that are dead code
c5a5301
4 months ago
by koxudaxi
-16.87%
Add pragmas to test failure paths and exclude cli_doc from coverage
ecb34b8
4 months ago
by koxudaxi
+1.58%
docs: update llms.txt files
976b9d2
4 months ago
by github-actions[bot]
-1.91%
Add pragmas for remaining test file uncovered branches
5262f03
4 months ago
by koxudaxi
-1.03%
Remove dead code from test files
9fec965
4 months ago
by koxudaxi
+2.24%
Remove more dead code from test baseline checks
3f2b713
4 months ago
by koxudaxi
© 2026 CodSpeed Technology
Home Terms Privacy Docs