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

zlib-ng / zlib-ng
94%

Build:
DEFAULT BRANCH: develop
Repo Added 21 Aug 2019 01:09PM UTC
Files 162
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 develop
branch: develop
CHANGE BRANCH
x
Reset
  • develop
  • 2.3.3
  • 2.3.x
  • altivec_countlengths
  • arm-sanitizers
  • benchmark-corpora
  • c23-unreachable
  • cache-apt-packages
  • cache-cleanup
  • cache-pigz
  • chorba_w
  • chunkset-size_t
  • ci/benchmark-alt-zlib
  • cleanup/adler32-small
  • cleanup/casting
  • cleanup/chorba-formatting
  • cleanup/chorba-rename
  • cleanup/cmake-detect
  • cleanup/compare256
  • cleanup/formatting-chorba
  • cleanup/lfs64-detect
  • cleanup/lookahead
  • cleanup/native-fallbacks
  • cleanup/native-macros
  • cleanup/pure-c-attribs
  • cleanup/rem-stringh
  • cleanup/rename-insert-string
  • cleanup/zswap-endian
  • cmake-artifacts
  • cmake-mingw
  • cmake/arm-warning
  • cmake/chorba-cleanup-v2
  • coverage
  • coveralls
  • coveralls-fix
  • crc32_small
  • cygwin-ci
  • deflateheaders
  • dependabot/github_actions/actions/download-artifact-8
  • dependabot/github_actions/actions/upload-artifact-7
  • develop-san-off
  • dougallj/patch-1
  • e2k-4
  • e2k-pr-1
  • fix/missing-crc32-copy-tests
  • fix/no-vsx
  • fixes/adler32_neon-32-aligned
  • fixes/cpuid-free-bsd
  • fixes/missing-sse2-native
  • gh2266
  • hacknslash7
  • hint-input-ranges
  • improvements/adler32-align-cleanup
  • improvements/adler32-arch-tail
  • improvements/compare256-power
  • improvements/crc32-arm-copy
  • improvements/crc32-chorba
  • improvements/crc32-copy-small
  • improvements/dougjall-0002
  • improvements/inflate_fast-small
  • improvements/int-longest-match
  • improvements/jumps-3
  • improvements/struct-fields
  • improvements/symbol-read-write
  • improvements/tally
  • improvements/tally-v2
  • improvements/too-far
  • improvements/vscode-git-ignore
  • inflate-lenbits-11
  • intel-sde-2
  • localvar
  • loongarch64-slide_hash-1
  • msan-compile-speedup
  • nathan/dev/detect-arch-header
  • neon-alignment-hints
  • neon-ubsan
  • next-stable
  • nv/develop/chunkmemset-widening-tail
  • nv/develop/deflate-strategy-locals-hoist
  • nv/develop/inflate-bench-data-types
  • nv/develop/insert-string-roll-hoist
  • nvhpc-configure
  • openbsd_arm
  • patch-1
  • patch-2
  • readbility-init-structs
  • remove-codecov
  • remove-macos-gcc-ci
  • remove-unsigned-ubsan
  • riscv-hwprobe
  • riscv-no-rvv
  • s390x-sanitizer-fixes
  • sanitize
  • sanitizer-update
  • slide_avx2_32
  • stable
  • state-cleanup
  • test/png_decode_small
  • test/refactor-tests
  • test/small-output-buf
  • tests/deflate-benchmark
  • unroll_vmx_slidehash
  • update-github-actions
  • version-develop-1
  • vs2026
  • win-lfs64
  • windows-arm64-clang
  • workflow
  • workflow/delta
  • worktree-nmv+develop+delta-filesize

14 May 2026 11:15AM UTC coverage: 93.97% (+0.7%) from 93.297%
25857043916

push

github

Dead2
[CI] Add Cygwin with gcc.

16463 of 17834 branches covered (92.31%)

Branch coverage included in aggregate %.

12852 of 13362 relevant lines covered (96.18%)

381989055.06 hits per line

Relevant lines Covered
Build:
Build:
13362 RELEVANT LINES 12852 COVERED LINES
381989055.06 HITS PER LINE
Source Files on develop
  • Tree
  • List 162
  • Changed 115
  • Source Changed 0
  • Coverage Changed 115
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25857043916 develop [CI] Add Cygwin with gcc. push 14 May 2026 01:34PM UTC Dead2 github
93.97
25856941633 develop [CI] Extend caching apt packages to pigz workflow. push 14 May 2026 11:29AM UTC Dead2 github
93.3
25752620567 develop Fix scan_endstr offset in longest_match slow path. LONGEST_MATCH_SLOW was using len - (STD_MIN_MATCH+1) instead of len - (STD_MIN_MATCH-1) for the end-of-string hash probe, hashing a window inside the already-matched region instead of ending one ... push 12 May 2026 06:04PM UTC Dead2 github
94.01
25509964615 develop Add /delta workflow for loongarch64 Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru> push 07 May 2026 05:00PM UTC Dead2 github
93.6
25453011596 develop [CI] Force refreshing homebrew for macOS. push 06 May 2026 07:06PM UTC Dead2 github
93.94
24526062851 develop Fix UBSAN implicit conversion warning in test/fuzz/fuzzer_example_flush.c. push 16 Apr 2026 07:04PM UTC Dead2 github
93.86
24526040644 develop Rename longest_match_slow to longest_match_roll The "slow" variant of longest_match uses a 3-byte rolling hash to seed its offset-search lookups after a match has been found. Rename the template gate, the functable entry, and all arch-specific in... push 16 Apr 2026 06:18PM UTC Dead2 github
93.78
24503746677 develop Add small output buffer inflate benchmark #2062 Benchmarks the inflate fast path with constrained output buffers ranging from 64 to 16384 bytes per call, reproducing the libpng decompression pattern described in the "running off a cliff" analysis... push 16 Apr 2026 09:57AM UTC Dead2 github
93.67
24451299304 develop Fix VPCLMULQDQ CRC32 build with partial AVX-512 baselines The 512-bit path in crc32_pclmulqdq_tpl.h assumed AVX-512F was enough, but some of the intrinsics it used actually require AVX-512DQ. Pick the correct variants based on the available featu... push 15 Apr 2026 11:54AM UTC Dead2 github
93.77
24451247850 develop [CI] Switch CMake workflow to use MSYS2 for MinGW32. push 15 Apr 2026 11:15AM UTC Dead2 github
93.85
See All Builds (370)
  • 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