fastapi-vercel
fastapi-vercel copied to clipboard
Add coverage.py support and integrate with CI
- Add coverage.py
- Integrate with Github Actions
setup.cfg
[coverage:run]
source = .
branch = True
omit =
*/apps.py
[coverage:report]
show_missing = False
skip_covered = True
fail_under = 70