Releases: cilium/coverbee
Releases · cilium/coverbee
v0.3.2
What's Changed
- verifierlog: Fixed edge case where empty state values were not parsed by @dylandreimerink in #6
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Fixed handling of dead code by @dylandreimerink in #5
Full Changelog: v0.3.0...v0.3.1
CoverBee v0.3.0 (with BTF support)
Due to advancements in the cilium/ebpf library, it is now possible (and required) to marshal BTF after we have modified the program. This means that programs which rely on BTF to function properly are now supported.
v0.2.0
This release improves the quality of the coverage reports by parsing the source files and generating coverage information. This helps since compilers often optimize out parts of the code which didn't appear as uncovered before. With this update, all expressions and declarations are marked as uncovered code unless marked covered by the code coverage results.