Add code coverage

This commit is contained in:
Vincent Maillol
2020-11-15 08:16:26 +01:00
parent 913f50298c
commit b9519bb868
7 changed files with 41 additions and 8 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
.coverage
.idea/
.pytest_cache
__pycache__
aiohttp_pydantic.egg-info/
build/
coverage.xml
dist/