File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# pydantic-core
2
2
3
3
[ ![ CI] ( https://github.com/samuelcolvin/pydantic-core/workflows/ci/badge.svg?event=push )] ( https://github.com/samuelcolvin/pydantic-core/actions?query=event%3Apush+branch%3Amain+workflow%3Aci )
4
- [ ![ Coverage] ( https://codecov.io/gh/samuelcolvin/pydantic-core/branch/main/graph/badge.svg?token=L2JQIWfqyv )] ( https://codecov.io/gh/samuelcolvin/pydantic-core )
5
-
4
+ [ ![ Coverage] ( https://codecov.io/gh/samuelcolvin/pydantic-core/branch/main/graph/badge.svg )] ( https://codecov.io/gh/samuelcolvin/pydantic-core )
6
5
7
6
This package provides the core functionality for pydantic.
8
7
@@ -103,7 +102,7 @@ You might find it useful to look at [`pydantic_core/_pydantic_core.pyi`](./pydan
103
102
[ ` pydantic_core/_types.py ` ] ( ./pydantic_core/_types.py ) for more information on the python API,
104
103
beyond that, [ ` tests/ ` ] ( ./tests ) provide a large number of examples of usage.
105
104
106
- If you want to contribute to pydantic-core, you'll some other make commands:
105
+ If you want to contribute to pydantic-core, you'll want to use some other make commands:
107
106
* ` make build-dev ` to build the package during development
108
107
* ` make build-prod ` to perform an optimised build for benchmarking
109
108
* ` make test ` to run the tests
You can’t perform that action at this time.
0 commit comments