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

iovisor / ubpf / 28541657451
79%

Build:
DEFAULT BRANCH: main
Ran 01 Jul 2026 07:16PM UTC
Jobs 6
Files 137
Run time 1min
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

01 Jul 2026 07:14PM UTC coverage: 79.175% (+0.1%) from 79.026%
28541657451

push

github

web-flow
Fix MSVC C4146 in EBPF_OP_NEG64 interpreter handler (#805)

* Fix MSVC C4146 in EBPF_OP_NEG64 interpreter handler

The 64-bit negation handler applied unary minus directly to the
unsigned `reg[inst.dst]` (uint64_t), which MSVC flags as C4146
("unary minus operator applied to unsigned type, result still
unsigned"). Cast to int64_t before negating, mirroring the existing
32-bit EBPF_OP_NEG handler. Behavior is unchanged (two's-complement
negation), but the warning is resolved.

Signed-off-by: Nicholas Ludwig <nludwig@microsoft.com>

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Resolve comment

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Nicholas L <79675390+nmlud21@users.noreply.github.com>

---------

Signed-off-by: Nicholas L <79675390+nmlud21@users.noreply.github.com>
Co-authored-by: Nicholas Ludwig <nludwig@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

1 of 1 new or added line in 1 file covered. (100.0%)

7756 of 9796 relevant lines covered (79.18%)

601490.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-Debug-ubuntu-24.04-arm-arm64 - 28541657451.1 01 Jul 2026 07:18PM UTC 75
62.19
GitHub Action Run
2 run-RelWithDebInfo-ubuntu-24.04-arm-arm64 - 28541657451.2 01 Jul 2026 07:19PM UTC 75
62.22
GitHub Action Run
3 run-Debug-ubuntu-latest-x86_64 - 28541657451.3 01 Jul 2026 07:16PM UTC 74
75.7
GitHub Action Run
4 run-RelWithDebInfo-macos-latest-x86_64 - 28541657451.4 01 Jul 2026 07:17PM UTC 91
76.0
GitHub Action Run
5 run-RelWithDebInfo-ubuntu-latest-x86_64 - 28541657451.5 01 Jul 2026 07:16PM UTC 74
75.69
GitHub Action Run
6 run-Debug-macos-latest-x86_64 - 28541657451.6 01 Jul 2026 07:18PM UTC 91
76.08
GitHub Action Run
Source Files on build 28541657451
  • Tree
  • List 137
  • Changed 2
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28541657451
  • 30cb3ac2 on github
  • Prev Build on main (#28534146492)
  • Next Build on main (#28543811406)
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

© 2026 Coveralls, Inc