We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
fix random codecov/project drops in CI, resolves PostgREST#1800
aba12c2
Those are caused by running the spec tests with `-threaded`, which results in a race to write to spec.tix.
9118a4a
postgrest-loadtest
57dcb61
Related:
Codecov: We introduced a 1% threshold to silence the random coverage fluctuations and resulting failures - for now, until we figure out their cause
#1903 (comment)
at
postgrest/.github/codecov.yml
Line 12 in 4e4548d
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: