rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

make coverage test less sensitive to changes #102

Closed andreeaflorescu closed 2 years ago

andreeaflorescu commented 2 years ago

Instead of accounting for any difference in coverage, only fail the test if the difference between the current coverage and the new coverage is higher than 0.5%.

andreeaflorescu commented 2 years ago

0.5% was chosen based on data from the latest 19 PRs in kvm-ioctls. More details here: https://github.com/rust-vmm/community/pull/127#discussion_r804554453