Skip to content

Releases: cilium/coverbee

v0.3.2

06 Mar 10:41
Compare
Choose a tag to compare

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

01 Mar 07:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

CoverBee v0.3.0 (with BTF support)

20 Jan 14:43
Compare
Choose a tag to compare

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

25 Jul 12:06
Compare
Choose a tag to compare

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.