You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Make multiple update calls to eBPF coll in unit tests
* Making a single update might not cover most of the code as maps population can be runtime dependent. This influences the coverage and depending on run, we get different coverages. So, we make multiple update calls so that coverage is expected to be more reproducible. However, there is no guarantee!
* Create HTML coverage reports with coverage target in makefile. Useful for comparisons
0 commit comments