issues
search
tortoise
/
tortoise-orm
Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.68k
stars
390
forks
source link
feat: add field to ValidationError. (#1460)
#1461
Closed
long2ice
closed
1 year ago
long2ice
commented
1 year ago
Description
Motivation and Context
How Has This Been Tested?
Checklist:
[ ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[ ] I have added the changelog accordingly.
[ ] I have read the
CONTRIBUTING
document.
[ ] I have added tests to cover my changes.
[ ] All new and existing tests passed.
coveralls
commented
1 year ago
Pull Request Test Coverage Report for
Build 5939303387
8
of
8
(100.0%)
changed or added relevant lines in
3
files are covered.
No unchanged relevant lines lost coverage.
Overall coverage increased (+
0.008%
) to
88.984%
Totals
Change from base
Build 5828706833
:
0.008%
Covered Lines:
5750
Relevant Lines:
6385
💛 -
Coveralls
Description
Motivation and Context
How Has This Been Tested?
Checklist: