You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move coverage fail_under check to combined coverage environment (#2909)
* Increase coverage threshold from 88% to 100%
* Move fail_under check to combined coverage environment
* Disable covdefaults fail_under for individual tests
* Add --cov-fail-under=0 to individual tests
* Add pragma: no cover to unreachable code paths
* Remove Python 3.9 dead code from msgspec and update action
* Revert config-types.yaml and action.yml to use tox
* Add test for --no-use-union-operator and fix coverage
* Add tests for --no-use-union-operator and add pragma: no cover to environment-specific code
* docs: update CLI reference documentation and prompt data
🤖 Generated by GitHub Actions
* Add test for collision resolution success path
* Add pragma: no cover to test helper code
* Fix pragma: no cover placement in test helper
* Add pragma: no branch to branch partials
* Add deprecation warning to has_type_alias property
* Add msgspec e2e tests and optimize pragma comments
* Remove unnecessary pragma comments and defensive checks
* Remove more unnecessary pragma comments
* Remove pragma from pydantic/base_model.py and types.py
* Optimize graphql.py pragma comments and fix coverage
* Remove all pragma comments from test files
* Remove dead code from test files
* Remove skipped tests that are dead code
* Add pragmas to test failure paths and exclude cli_doc from coverage
* docs: update llms.txt files
Generated by GitHub Actions
* Add pragmas for remaining test file uncovered branches
* Remove dead code from test files
* Remove more dead code from test baseline checks
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
0 commit comments