You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some pull requests are not building successfully because codecov is reporting negative coverage, i.e. unexpected coverage changes. It's easy to find "indirect changes" via the Codecov web interface but it's not always easy to fix them.
This issue aims to be used track areas of the code where this is happening.
We can configure codecov status checks with a threshold allowing a certain number of lines to transition from covered to uncovered without reporting a negative patch coverage result.
Describe the bug
Some pull requests are not building successfully because codecov is reporting negative coverage, i.e. unexpected coverage changes. It's easy to find "indirect changes" via the Codecov web interface but it's not always easy to fix them.
This issue aims to be used track areas of the code where this is happening.
filenotify
(fixed in Block in filePoller.Close until loop is finished #879)sftp
(follow link for more details)watcher
(follow link for more details)Also:
To Reproduce
Additional context
[skip codecov]
to skip codecov.The text was updated successfully, but these errors were encountered: