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

dnsimple / erldns
88%

Build:
DEFAULT BRANCH: main
Repo Added 11 Apr 2025 10:18AM UTC
Token wBQTQ115twBLBos5bdaEOHuoBFllVtRjX regen
Build 515 Last
Files 49
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: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • automatic-dependencies-update
  • autostart-listeners
  • backpressure
  • basic_ent_implementation
  • bugfix/cache_put_rrset_accepts_zone_record
  • bugfix/case_clause_not_normalised
  • bugfix/rrsig_timestamp
  • bugfix/rrsig_ttls
  • bugfix/udp_payload_size
  • chore/eunit_to_ct
  • chore/improvements
  • chore/minor
  • chore/release
  • chore/remove_rfc_compliant_ent_flag
  • chore/reorganise_listeners_helpers
  • chore/root_hints
  • chore/simplify_code
  • chore/simplify_restart_query
  • chore/upgrade_dependencies
  • chore/zone_cache_performance_and_correctness
  • chores
  • ci
  • cleanup_extra_modules
  • cleanups
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/cache-6.1.0
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/nosborn/github-action-markdown-cli-3.5.0
  • dependencies
  • deps/upgrade_dns_erlang
  • design
  • dnssec-issue
  • dnstest
  • docs-admin
  • docs/contributing
  • documentation
  • edns0_truncated_record
  • empty-rrsig
  • ensure_counters_are_labels
  • ent-rfc
  • erldns_handler
  • erldns_txt_removal
  • event_handler
  • expand_linter
  • feat/admin_api
  • feat/custom-admin-api-middlewares
  • feat/dns_erlang_encoder_decoders
  • feat/ed25519_ed448
  • feat/modern_tcp
  • feat/new_record_types
  • feat/pipeline_continuations
  • feat/pipeline_improvements
  • feat/svcb_https
  • feat/types_and_linters
  • feat/udp_acceptors_congestion
  • feat/udp_worker_codel
  • feat/zone_cache_cleanup_and_telemetry
  • feat/zonefiles
  • feature/cds-cdnskey-ksk-rrsig
  • fix-zonecut-cname-chain-truncation
  • fix/infinite_delegation_loop
  • fix/map_nsec_rr_types
  • fix/restart_delegated_query
  • fix/support_keyNNNN_in_svcb_https
  • fix/svcb_https_encoding_dots
  • fix/svcb_none
  • fix/tcp_gen_server_loop
  • fix/zone_load_on_init
  • fix/zonefile_load
  • fix_flaky_test
  • fix_min_packet_size
  • fixes
  • handlers_improvements
  • improvements
  • linting
  • log-udp-decode-crash-payload
  • logger
  • logger_domains
  • mailbox_lengths
  • metrics
  • network/tcp
  • network_performance
  • nsec/custom-handlers
  • nsec/implementation
  • nsec/preparations
  • packet_cache_rework
  • perf/calibrate_min_heap_size
  • perf/minor_optimisations
  • pipeline_exception_telemetry
  • pipelines
  • pipelines_question_filter
  • prepare-v9
  • prepare-v9-rc1
  • prepare-v9-rc2
  • prepare_v7
  • refactoring/dns_erlang
  • release
  • release-8.0
  • release/v10
  • remove-erldns-handler
  • remove-spf-support
  • resolver_split
  • rfc8914-ede
  • singletons
  • soa-cache
  • support-ecdsa
  • task/bump-dnstest
  • test/zonecut-cname-chain-edge-cases
  • throttle_table_rework
  • throws_as_errors_mangling
  • tlsa
  • tmp
  • update_dns_erlang
  • upgrade_deps
  • upgrade_plugins_and_deps
  • v8-rc6
  • zone/cache
  • zone/cleanups
  • zone/codec
  • zone/loader
  • zones

08 Jul 2026 06:42AM UTC coverage: 87.729%. Remained the same
28923051167

push

github

web-flow
Log the raw payload when UDP decode crashes (#356)

The handle_udp_work/5 catch block logged only kind/reason/stacktrace on
a decode crash, so the packet that triggered it was lost. Add the raw
binary to the transport_error metadata, matching the binary field
already logged on the non-crashing decode-error paths.

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

1 existing line in 1 file now uncovered.

1673 of 1907 relevant lines covered (87.73%)

4040.3 hits per line

Relevant lines Covered
Build:
Build:
1907 RELEVANT LINES 1673 COVERED LINES
4040.3 HITS PER LINE
Source Files on main
  • Tree
  • List 49
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28923051167 main Log the raw payload when UDP decode crashes (#356) The handle_udp_work/5 catch block logged only kind/reason/stacktrace on a decode crash, so the packet that triggered it was lost. Add the raw binary to the transport_error metadata, matching the ... push 08 Jul 2026 06:44AM UTC web-flow github
87.73
28653118432 main Remove erldns_handler; add DNSSEC NSEC type-mapper extension (#355) * Remove erldns_handler; add DNSSEC NSEC type-mapper extension The packet_handlers mechanism (erldns_handler: handle/4, filter/1, and the custom-handler dispatch inside erldns_r... push 03 Jul 2026 10:00AM UTC web-flow github
87.73
28429044939 main Add autostart_listeners config + erldns:start_listeners/0 (#354) When the autostart_listeners application environment is set to false, erldns_sup omits the listeners from its initial children, so erldns boots (zones, pipeline) without binding any... push 30 Jun 2026 07:54AM UTC web-flow github
87.12
28358336783 main Bump actions/cache from 5 to 6.1.0 (#353) Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) ... push 29 Jun 2026 08:20AM UTC web-flow github
87.17
27822172071 main Update dependencies (#351) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> push 19 Jun 2026 11:12AM UTC web-flow github
87.05
27369739713 main Update dependencies (#348) * Update dependencies * Update runtimes and add OTP29 to testing * Remove ubuntu-26 for now * Update cowboy correctly * Fix sname/name peering --------- Co-authored-by: github-actions[bot] <41898282+github-actions... push 11 Jun 2026 06:49PM UTC web-flow github
87.2
27365172563 main chore: Update pull request template push 11 Jun 2026 05:29PM UTC Terraform github
87.1
26230269934 main Release 10.5.5 push 21 May 2026 01:52PM UTC DXTimer github
87.1
26230037478 main Add edge-case CT coverage for zonecut CNAME filter (#350) - Plain 2-hop CNAME chain (no wildcard) terminating at a delegation: isolates the owner-vs-target filter regression from RFC 4592 wildcard expansion mechanics. - Occluded CNAME (owner ... push 21 May 2026 01:48PM UTC web-flow github
87.3
26228929595 main Fix CNAME chain truncation at zonecut (#349) When a CNAME chain in the parent zone terminates at a delegated subzone, `maybe_add_zonecut_records/5` was filtering the answer section by the CNAME target, keeping only CNAMEs whose target crossed the... push 21 May 2026 01:29PM UTC web-flow github
87.02
See All Builds (508)

Badge your Repo: erldns

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

© 2026 Coveralls, Inc