Project

General

Profile

action #167482

Updated by livdywan 3 months ago

## Observation 

 https://github.com/os-autoinst/openQA/pull/5944 was merged manually by @livdywan. Because it had been reviewed with all checks shown as passing for several hours. 

 ![](clipboard-202409261554-gawu1.png) 

 Notably this shows **42 checks passed**. What's missing is **codecov** for example *codecov/patch* or *codecov/project*. 

 This happens in about 1/20 PRs 

 ## Acceptance criteria 
 * **AC1:** os-autoinst+openQA PRs consistently receive codecov reports (probably at least 60 in total) 

 ## Suggestions: 
 * When checks are missing it probably prevents automatic merging. There is no indication of missing checks, though? Research if that can be made visible. 
   * It is visible in the **Summary** 
 * Find out what is causing codecov to be absent. These are started via circleCI jobs. 
 * When it happens again, try to quickly check the codecov webhook deliveries, delieveries, even the successful responses 
 * Research or ask in codecov community if that is a known or recurring problem https://github.com/codecov/feedback/

Back