• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Recached

vbpf / prevail
87%

Build:
DEFAULT BRANCH: main
Repo Added 03 Apr 2025 12:08AM UTC
Token ENVZUPw7kXSVTNwI0SnEWS5mIrwoBd6UH regen
Build 288 Last
Files 74
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • CMP0167-NEW
  • arith
  • better-print
  • btf_cycles
  • bump-catch2-to-3.9.1
  • c++23
  • catch2-3.10.0
  • catch2-3.11.0
  • catch2-3.8.2
  • catch2-3.9.0
  • cfg-dir
  • cli11-v2.5.0
  • cli11-v2.6.1
  • co-re
  • coderabbitai/docstrings/aacd752
  • codex/add-catch2-test-suite-for-ebpfdomain
  • codex/add-catch2-test-suite-for-ebpftransformer
  • codex/create-agents.md-file
  • codex/optimize-test-execution-speed
  • coverage-repository
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/submodules/ebpf-samples-058b5c0
  • dependabot/submodules/ebpf-samples-65b12c6
  • dependabot/submodules/external/bpf_conformance-057d705
  • dependabot/submodules/external/bpf_conformance-13029d4
  • dependabot/submodules/external/bpf_conformance-151bcd7
  • dependabot/submodules/external/bpf_conformance-498ee85
  • dependabot/submodules/external/bpf_conformance-5d1c9f5
  • dependabot/submodules/external/bpf_conformance-5df55bc
  • dependabot/submodules/external/bpf_conformance-5fbe1c3
  • dependabot/submodules/external/bpf_conformance-6e648f2
  • dependabot/submodules/external/bpf_conformance-6fa6a20
  • dependabot/submodules/external/bpf_conformance-8670f73
  • dependabot/submodules/external/bpf_conformance-8b5330d
  • dependabot/submodules/external/bpf_conformance-8f3c2fe
  • dependabot/submodules/external/bpf_conformance-93549c2
  • dependabot/submodules/external/bpf_conformance-d280fcd
  • dependabot/submodules/external/bpf_conformance-e2318cb
  • dependabot/submodules/external/bpf_conformance-f16282e
  • dependabot/submodules/external/libbtf-04281ee
  • dependabot/submodules/external/libbtf-11e41e2
  • dependabot/submodules/external/libbtf-3115538
  • dependabot/submodules/external/libbtf-35e6a53
  • dependabot/submodules/external/libbtf-5efd6a0
  • dependabot/submodules/external/libbtf-643757e
  • dependabot/submodules/external/libbtf-8588c66
  • dependabot/submodules/external/libbtf-9224231
  • dependabot/submodules/external/libbtf-cdf441a
  • dependabot/submodules/external/libbtf-e3a95e2
  • dependabot/submodules/external/libbtf-f3864e6
  • dependabot/submodules/external/libbtf-f96afc3
  • detach-type-domain
  • fast-slow-tests
  • fix-cmake-git-hooks
  • folder-structure
  • gsl-narrow-heap
  • hard-assert
  • main
  • may_have_type
  • more-proto
  • namespace
  • opt
  • prevail-namespace
  • project-name
  • remove-thresholds
  • rename-classes
  • rename-library
  • resolve_by_name
  • test-join
  • tidy
  • update_assertion_creation
  • update_cfg_computation
  • update_read_elf
  • user/khorton/StringInvariant_to_use_moves
  • verify-all-conformance
  • yaml-dynamic

13 Nov 2025 11:44PM UTC coverage: 86.605%. Remained the same
19349381683

push

github

web-flow
Fix: Only install git hooks if .git is a directory (submodule-safe) (#954)

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

9019 of 10414 relevant lines covered (86.6%)

3908113.94 hits per line

Relevant lines Covered
Build:
Build:
10414 RELEVANT LINES 9019 COVERED LINES
3908113.94 HITS PER LINE
Source Files on main
  • Tree
  • List 74
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19349381683 main Fix: Only install git hooks if .git is a directory (submodule-safe) (#954) Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> push 13 Nov 2025 11:58PM UTC web-flow github
86.6
19340838864 fix-cmake-git-hooks Merge 18f67a9df into e0057596b Pull #954 13 Nov 2025 06:03PM UTC web-flow github
86.6
19195181515 main Implement checks for the --line-info flag and move program selection into read_elf (#946) * Check when --line-info is used, and avoid computing btf_line_info in read_elf and unmarshall * Modify main and read_elf to avoid returning multiple RawPro... push 08 Nov 2025 03:59PM UTC web-flow github
86.6
19167093626 main Improve how the CFG is returned and how the loop counters are inserted in from_sequence (#945) * Modify for_each_loop_head to iter over nested loop heads, allowing from_sequence to add IncrementLoopCounter in nested components * Modify from_sequ... push 07 Nov 2025 11:44AM UTC web-flow github
86.91
19161536475 update_read_elf Merge 48f0d43e7 into aacd75248 Pull #946 07 Nov 2025 07:47AM UTC web-flow github
86.62
19161503266 coderabbitai/docstrings/aacd752 Merge f2e10a643 into aacd75248 Pull #947 07 Nov 2025 07:46AM UTC web-flow github
86.91
19160449367 main Optimize assertion creation (#944) Pass parameters by reference instead of by value when generating assertions. Signed-off-by: Maxime Derri <maxime.derri@orange.com> push 07 Nov 2025 06:52AM UTC web-flow github
86.92
19150656449 update_assertion_creation Merge 62e510d07 into 5085fb926 Pull #944 07 Nov 2025 01:03AM UTC web-flow github
86.92
19150706789 update_cfg_computation Merge b5b32aaea into 5085fb926 Pull #945 07 Nov 2025 12:56AM UTC web-flow github
86.92
19150737451 update_read_elf Merge b1b29f938 into 5085fb926 Pull #946 07 Nov 2025 12:52AM UTC web-flow github
86.64
See All Builds (273)

Badge your Repo: prevail

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc