Actions
action #182621
closedhttps://app.codecov.io/gh/os-autoinst/os-autoinst shows 99.97% should be 100.00%
Description
Observation¶
https://app.codecov.io/gh/os-autoinst/os-autoinst shows 99.97%. Seems minor places are recorded as not covered anymore. Ensure full coverage again
Updated by tinita about 7 hours ago
I think this was caused by https://github.com/os-autoinst/os-autoinst/pull/2697 and it wasn't detected by codecov, so maybe that's because codecov.yml has:
project:
default:
target: 100.0
threshold: 0.1
Why do we have threshold: 0.1
?
Updated by tinita about 7 hours ago
- Status changed from New to In Progress
- Assignee set to tinita
Updated by tinita about 7 hours ago
- Status changed from In Progress to Feedback
https://github.com/os-autoinst/os-autoinst/pull/2707 Fix coverage for package statements
https://github.com/os-autoinst/os-autoinst/pull/2708 ci: Ensure 100% coverage without threshold
Actions