fastapi-vercel icon indicating copy to clipboard operation
fastapi-vercel copied to clipboard

Add coverage.py support and integrate with CI

Open marcorichetta opened this issue 5 years ago • 0 comments

  1. Add coverage.py
  2. 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

marcorichetta avatar Mar 02 '21 17:03 marcorichetta