fi-ubers / app-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup coverage test to auto-fail on low coverage

juanfresia opened this issue · comments

Configure pytest-cov and coveralls report to fail the build if the coverage metric is too low (say 75%).

Optional: allow this threshold to be specified in a .config file.