-
-
Notifications
You must be signed in to change notification settings - Fork 105
feat(type-coverage-generation): Model type coverage batch generation #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
d689ce0
feat(type-coverage-gen): Initial implementation of type coverage gene…
sam-or 84c9c51
fix: revert change to .pre-commit-config.yaml
sam-or e97b1c1
fix: Update NoneType importing for older python versions
sam-or 8df692f
fix: apply sourcery refactor
sam-or 9734172
fix: import ParamSpec from typing_extensions
sam-or 373fea4
fix: Skip tests on py versions < 3.10
sam-or ae38e54
fix: revert changes to .pre-commit-config.yaml
sam-or 1fb0608
chore: Create devcontainer.json
sam-or f2289d0
fix: remove .devcontainer dir
sam-or d9adc27
fix: Add missing test skip for older python versions
sam-or 20f4813
test: Add test for post generated in coverage generation
sam-or 176689a
Merge remote-tracking branch 'upstream/main' into coverage
sam-or 7f71339
test: Simplify type coverage generation tests
sam-or f93a498
test: Add back min python3.10 version condition
sam-or e306abc
fix(infra): update makefile (#399)
JacobCoffee 8752b81
docs: Install all dependencies for docs build (#404)
adhtruong f84b771
fix: decouple the handling of collection length configuration from `F…
vkcku 8a3ac1f
refactor: refactor the msgspec factory to use the fields API (#409)
vkcku 5baf00a
chore: prepare for releasing v2.10 (#410)
vkcku 7570acd
feat(type-coverage-gen): Initial implementation of type coverage gene…
sam-or 87df742
fix: Update NoneType importing for older python versions
sam-or 811658b
fix: Make CoverageContainer generic
sam-or bac1971
fix: linting and rebase issues
sam-or 2c0a71a
Merge remote-tracking branch 'upstream/main' into coverage
sam-or deb72a1
fix: revert pre-commit conf change
sam-or 85e2525
docs(type-coverage-gen): Add docs for coverage gen
sam-or 88923de
docs: Fix formatting in coverage docs
sam-or 006307d
Merge branch 'main' into coverage
sam-or a304a99
Merge branch 'main' into coverage
sam-or 2df1a26
docs: Move profile coverage exmaple into test func
sam-or f989775
docs: Update social group example to use test func
sam-or b337bc0
fix: Address review comments
sam-or be5e712
test: Remove 3.10 requirement for coverage tests
sam-or eb075e0
test: Move CustomInt definition outside of test
sam-or 5299535
test: disable ruff UP006 in test file
sam-or 93f8658
test: fix social group test in docs example
sam-or d70c526
test: fix social group test in doc example
sam-or d6e2ce8
test: Change hint dict to Dict in coverage test
sam-or d0cf706
test: Fix tuple annotation in coverage tests
sam-or 3201015
Merge branch 'main' into coverage
sam-or ba355e5
chore: fix formatting in docstring
sam-or 9c84551
chore: Add docstring to CoverageContainerCallable
sam-or File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.