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

drakenclimber / libseccomp
89%
main: 89%

Build:
Build:
LAST BUILD BRANCH: test
DEFAULT BRANCH: main
Repo Added 08 Oct 2019 08:33PM UTC
Files 27
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 test
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • alpha
  • backports/v2.4.3
  • change-email
  • checkout
  • checkout2
  • clang
  • codeql
  • dependabot
  • distutils
  • fixwarning
  • issue466
  • issues/11
  • issues/161-round2
  • issues/193
  • issues/210
  • issues/215
  • issues/215ppc
  • issues/236
  • issues/240
  • issues/245
  • issues/252
  • issues/267
  • issues/277
  • issues/313
  • issues/347
  • issues/370
  • issues/372
  • issues/463
  • issues/472
  • issues/add-riscv-scripts
  • issues/doxygen
  • issues/fix-test24
  • issues/fixtest05warning
  • issues/fixtravisci
  • issues/githubactions
  • issues/man-seccomp_rule_add.3
  • issues/v2.5.2-changelog
  • issues/v2.5.3-changelog
  • main
  • master
  • pull/215
  • pull/215patch2
  • pull/215ppc
  • python-wheel
  • python-wheel2
  • release-2.4
  • release-2.5
  • rfc-bintree-v2
  • test
  • test2
  • v2.4/add-parisc-to-validate
  • v7.0-rc7
  • v7.1.0-rc3
  • wip/bintree-attr
  • wip/distutils
  • wip/doxygen
  • wip/doxygen2
  • wip/github_actions
  • wip/github_actions2
  • wip/issue11
  • wip/issue11-2
  • wip/issue11-3
  • wip/issue11-4
  • wip/issue11-5
  • wip/issue11-7
  • wip/issue11-8
  • wip/release-2.4.4
  • wip/rfc-bintree-v3
  • wip/rfc-bintree-v4
  • wip/working-codeql
  • working-syscall
  • working-syscall-wip

28 May 2026 07:20PM UTC coverage: 88.826%. Remained the same
26597191937

push

github

drakenclimber
tests: Fix merge error in Makefile.am

Commit de2bf463afa56 ("api,doc,tests: Add SCMP_ACT_TRAPX()")
had a simple typo where 64-live-trapx.tests was erroneously
merged as 63-live-trapx.tests in the EXTRA_DISTS field.
Update this entry to correctly be 64-live-trapx.tests

Signed-off-by: Tom Hromatka (Oracle) <tom.hromatka@gmail.com>

3148 of 3544 relevant lines covered (88.83%)

255910.09 hits per line

Relevant lines Covered
Build:
Build:
3544 RELEVANT LINES 3148 COVERED LINES
255910.09 HITS PER LINE
Source Files on main
  • Tree
  • List 27
  • 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
26597191937 test tests: Fix merge error in Makefile.am Commit de2bf463afa56 ("api,doc,tests: Add SCMP_ACT_TRAPX()") had a simple typo where 64-live-trapx.tests was erroneously merged as 63-live-trapx.tests in the EXTRA_DISTS field. Update this entry to correctly ... push 28 May 2026 07:30PM UTC drakenclimber github
88.83
26594531395 main syscalls: update syscall table to Linux v7.1.0-rc4 Update the syscall table to Linux v7.1.0-rc4. This table was updated by running: $ ./arch-syscall-validate -c syscalls.csv <kernel_directory> A few notes: * Kernel commit 8e0b986c59c6 ("s390: R... push 28 May 2026 06:38PM UTC pcmoore github
88.83
26184789492 alpha arch: Add Alpha support Update syscalls table for Alpha. Note that several automated tests are still failing Signed-off-by: Tom Hromatka (Oracle) <tom.hromatka@gmail.com> push 20 May 2026 07:26PM UTC drakenclimber github
88.85
26108560015 v7.1.0-rc3 syscalls: update syscall table to Linux v7.1.0-rc4 Update the syscall table to Linux v7.1.0-rc4. This table was updated by running: $ ./arch-syscall-validate -c syscalls.csv <kernel_directory> A few notes: * Kernel commit 8e0b986c59c6 ("s390: R... push 19 May 2026 03:52PM UTC drakenclimber github
88.83
26104660069 main syscalls: fix s390 at Linux v6.18 The S390 architecture was removed from the upstream Linux kernel in Linux v6.19 with commit 8e0b986c59c6 ("s390: Remove compat support") so freeze our s390 syscall table at Linux v6.18 until such time as we remov... push 19 May 2026 02:46PM UTC drakenclimber github
88.83
25765541280 v7.1.0-rc3 syscalls: update syscall table to Linux v7.1.0-rc3 Update the syscall table to Linux v7.1.0-rc3. This table was updated by running: $ ./arch-syscall-validate -c syscalls.csv <kernel_directory> A few notes: * Kernel commit 8e0b986c59c6 ("s390: R... push 12 May 2026 10:21PM UTC drakenclimber github
88.83
25756604311 v7.1.0-rc3 syscalls: update syscall table to Linux v7.1.0-rc3 Update the syscall table to Linux v7.1.0-rc3. This table was updated by running: $ ./arch-syscall-validate -c syscalls.csv <kernel_directory> A few notes: * Because s390 has been removed from t... push 12 May 2026 07:18PM UTC drakenclimber github
88.83
25756230299 v7.1.0-rc3 syscalls: update syscall table to Linux v7.1.0-rc3 Update the syscall table to Linux v7.1.0-rc3. This table was updated by running: $ ./arch-syscall-validate -c syscalls.csv <kernel_directory> A few notes: * Because s390 has been removed from t... push 12 May 2026 07:10PM UTC drakenclimber github
88.83
24534055432 v7.0-rc7 doc: Add documentation for updating syscalls.csv Add documentation on how to update syscalls.csv. NOTE - since we haven't fully converted syscalls.csv over to containing valid kernel version numbers, I have intentionally set all kernel version fi... push 16 Apr 2026 09:10PM UTC drakenclimber github
88.83
24423125608 v7.0-rc7 doc: Add documentation for updating syscalls.csv Add documentation on how to update syscalls.csv. Here are the exact steps and results for updating syscalls.csv to kernels v6.14 through v7.0-rc7 $ apt install libc6-dev-x32 $ git clone https://... push 14 Apr 2026 09:13PM UTC drakenclimber github
88.86
See All Builds (283)
  • 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

© 2026 Coveralls, Inc