Skip to content

Conversation

Mytherin
Copy link
Collaborator

The Code Coverage CI is often failing with a single missing uncovered line in different unrelated files. I have investigated a few of them and the ones I investigated are inexplicable - i.e. the line should have been covered by the tests. I am unsure if this is caused by random behavior in the tests ("race conditions" on which lines are covered due to multi-threading) or due to a bug in the code coverage tool. In order to avoid too many unnecessary breakage of the Code Coverage CI too much we allow a single uncovered line to exist in total.

@Mytherin Mytherin merged commit 1d78535 into duckdb:master May 30, 2023
@Mytherin Mytherin deleted the allowoneuncoveredline branch July 5, 2023 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant