antrea-io / antrea

Kubernetes networking based on Open vSwitch
https://antrea.io
Apache License 2.0
1.67k stars 367 forks source link

Antrea code coverage enhancement #3943

Closed luolanzone closed 1 year ago

luolanzone commented 2 years ago

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.

Anything else you would like to add?

github-actions[bot] commented 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

github-actions[bot] commented 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