coala / meta

A repository for non-code activities, such as engagement initiatives, and other meta issues
6 stars 5 forks source link

100% coverage in all repos #86

Open jayvdb opened 7 years ago

jayvdb commented 7 years ago

All repos should have:

  1. 100% coverage, and then
  2. 100% branch coverage, and then
  3. very limited use of `# pragma: no cover'

And that includes on Windows ; c.f. https://github.com/coala/meta/issues/87

Repos with coverage data being sent to https://codecov.io :

Missing coverage:

meetmangukiya commented 7 years ago

I am ensuring the same on corobo, CI fails if coverage is less than 100. :+1: