PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

Codecov/project shows random drops in coverage on main #1800

Open wolfgangwalther opened 3 years ago

wolfgangwalther commented 3 years ago

Seems to happen every now and then, that the codecov/project statuscheck fails after merging PRs, that don't touch code at all.

Examples:

It seems that codecov calculates coverage from untracked files, too, somehow.

wolfgangwalther commented 2 years ago

Related:

Codecov: We introduced a 1% threshold to silence the random coverage fluctuations and resulting failures - for now, until we figure out their cause

https://github.com/PostgREST/postgrest/pull/1903#issuecomment-896980563

at

https://github.com/PostgREST/postgrest/blob/4e4548d70246993fc50f270301d13e9167282459/.github/codecov.yml#L12