Skip to content
  • Kevin Morris's avatar
    add .coveragerc, update .gitignore · 6f395d06
    Kevin Morris authored and Lukas Fleischer's avatar Lukas Fleischer committed
    
    
    Now, .coveragerc enforces a minimum overall 82% coverage, as is
    the current standing. Providing less than 100% coverage for added
    code should reduce the overall coverage and eventually reach 81%
    or below, causing coverage report to fail on execution.
    
    Developers should increase the failure minimum as they increase
    coverage across the uncovered code.
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
    6f395d06