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

zlib-ng / zlib-ng
94%
develop: 94%

Build:
Build:
LAST BUILD BRANCH: improvements/longest-match-ctz-filter
DEFAULT BRANCH: develop
Repo Added 21 Aug 2019 01:09PM UTC
Files 164
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 coveralls-fix
branch: coveralls-fix
CHANGE BRANCH
x
Reset
  • coveralls-fix
  • 2.3.3
  • 2.3.x
  • aix
  • altivec_countlengths
  • api-cleanup
  • arm-sanitizers
  • avxvnni
  • benchmark-corpora
  • bugfix/MSVC-2017-AVX2-workaround
  • build/cmake-export-build-tree
  • build/cmake-with-pic
  • c23-unreachable
  • cache-apt-packages
  • cache-cleanup
  • cache-pigz
  • chorba_w
  • chunkset-size_t
  • ci-cmake-win64-arm64
  • ci-configure-mingw64-clang-amd64
  • ci-configure-mingw64-clang-arm64
  • ci-nvhpc
  • ci/benchmark-alt-zlib
  • clang-toolchains
  • 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/check-machine-flag-symmetry
  • cmake/chorba-cleanup-v2
  • coverage
  • coveralls
  • crc32_small
  • cygwin-ci
  • deflateheaders
  • dependabot/github_actions/actions/cache-6
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/actions/download-artifact-8
  • dependabot/github_actions/actions/upload-artifact-7
  • develop
  • develop-san-off
  • dougallj/patch-1
  • e2k-4
  • e2k-pr-1
  • fix-gzfiles
  • fix-macro-redef
  • fix-undef
  • fix/missing-crc32-copy-tests
  • fix/no-vsx
  • fix/rvv-chunkset-unaligned-read
  • fix_missing_min_max
  • fixes/adler32_neon-32-aligned
  • fixes/cpuid-free-bsd
  • fixes/missing-sse2-native
  • fuzz-fixes
  • gh2266
  • hacknslash7
  • hint-input-ranges
  • improve_avx512vnni_throughput
  • improvements/adler32-align-cleanup
  • improvements/adler32-arch-tail
  • improvements/adler32-neon-vaddvq
  • improvements/adler32_dotprod
  • improvements/compare256-power
  • improvements/crc32-arm-copy
  • improvements/crc32-chorba
  • improvements/crc32-copy-small
  • improvements/deflateparams_history
  • improvements/dougjall-0002
  • improvements/inflate_fast-small
  • improvements/insert_string_naming
  • improvements/int-longest-match
  • improvements/jumps-3
  • improvements/longest-match-ctz-filter
  • improvements/struct-fields
  • improvements/symbol-read-write
  • improvements/tally
  • improvements/tally-v2
  • improvements/too-far
  • improvements/vscode-git-ignore
  • inflate-lenbits-11
  • insert_string
  • intel-sde-2
  • issue2244
  • issue2272
  • localvar
  • loongarch64-abi-1
  • loongarch64-slide_hash-1
  • macos-26-arm-fixes
  • macro-redef
  • match_likely
  • memcmp-restrict
  • mips-msa
  • msan-compile-speedup
  • musttail
  • nathan/dev/detect-arch-header
  • neon-alignment-hints
  • neon-ubsan
  • next-stable
  • nv/benchmark-cooldown-help
  • nv/develop/benchmark-win32-cpu-flags
  • nv/develop/chunkmemset-widening-tail
  • nv/develop/compare256-force-inline
  • nv/develop/deflate-strategy-locals-hoist
  • nv/develop/inflate-bench-data-types
  • nv/develop/insert-string-roll-hoist
  • nvhpc-configure
  • nvhpc-warnings
  • openbsd_arm
  • patch-1
  • patch-2
  • perf/deflate-fast-branch-hints
  • pkgcheck-macos-1
  • 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
  • tests/fix-skip-with-error
  • unroll_vmx_slidehash
  • update-github-actions
  • utils
  • version-develop-1
  • vs2026
  • werror-2
  • win-lfs64
  • windows-arm64-clang
  • workflow
  • workflow/delta
  • worktree-nmv+develop+delta-filesize
  • zero-refill-latency

07 Mar 2026 10:52PM UTC coverage: 93.764% (-0.07%) from 93.832%
22808981077

Pull #2193

github

Dead2
Remove culling of workflows after subsequent pushes.
Doing so breaks coveralls uploads, and the workarounds are causing
cancelled workflows when it should not, and it generally fragile.
It was a useful workaround when CI took ~2 hours, now that it takes
20 minutes, I think we can afford to complete them.
Pull Request #2193: CI: Fix coveralls uploads for retried jobs

15277 of 16622 branches covered (91.91%)

Branch coverage included in aggregate %.

12331 of 12822 relevant lines covered (96.17%)

361512809.39 hits per line

Relevant lines Covered
Build:
Build:
12822 RELEVANT LINES 12331 COVERED LINES
361512809.39 HITS PER LINE
Source Files on coveralls-fix
  • Tree
  • List 155
  • Changed 76
  • Source Changed 0
  • Coverage Changed 76
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22808981077 coveralls-fix Remove culling of workflows after subsequent pushes. Doing so breaks coveralls uploads, and the workarounds are causing cancelled workflows when it should not, and it generally fragile. It was a useful workaround when CI took ~2 hours, now that it... Pull #2193 07 Mar 2026 11:31PM UTC Dead2 github
93.76
See All Builds (490)
  • 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