Closed luolanzone closed 1 year ago
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days
Describe the problem/challenge you have Antrea is using codecov to analyze and generate overall test code coverage results. In the codecov site, we can see that Antrea's overall result go up and down with big differences. After a few investigation, we notice that Antrea uses codecov flags to categorize different tests and results. Some tests are only triggered when there are related changes, which means it's highly possible that it won't include all test results coverage in one PR or commit. This causes the data go up and down on the Antrea code coverage results.
Describe the solution you'd like We need to use consistent test coverage data and provide an coverage overview of Antrea project. After a few discussion, below are a few items which may help us to improve the code coverage.
Create a jenkins job to trigger a fully test on main branch daily(not necessary after Carryforward is setting to true)coverage.md
? you can refer to this repoAnything else you would like to add?