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

dnsimple / erldns
87%

Build:
DEFAULT BRANCH: main
Repo Added 11 Apr 2025 10:18AM UTC
Token wBQTQ115twBLBos5bdaEOHuoBFllVtRjX regen
Build 499 Last
Files 50
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
  • 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/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • 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
  • 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-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

21 May 2026 01:50PM UTC coverage: 87.098% (-0.2%) from 87.299%
26230269934

push

github

DXTimer
Release 10.5.5

1735 of 1992 relevant lines covered (87.1%)

4555.25 hits per line

Relevant lines Covered
Build:
Build:
1992 RELEVANT LINES 1735 COVERED LINES
4555.25 HITS PER LINE
Source Files on main
  • Tree
  • List 50
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
25669909884 main Release 10.5.4 push 11 May 2026 12:25PM UTC NelsonVides github
87.02
25666544719 main Release 10.5.3 push 11 May 2026 11:11AM UTC NelsonVides github
87.15
25666140873 main export get_pipeline helpers (#347) push 11 May 2026 11:03AM UTC web-flow github
87.24
25045924092 main export get_pipeline helpers (#347) push 28 Apr 2026 09:50AM UTC web-flow github
87.08
24392164620 main Fix flaky test interference (#346) * Fix flaky test This test was running in parallel with many other tests that could steal scheduler time from it, preventing it from saturating the peer node schedulers. * This test also interferes with other i... push 14 Apr 2026 09:44AM UTC web-flow github
87.2
24349940403 main test(zones): exercise worker zonefile load and fix loader tests (#345) * test(zones): exercise worker zonefile load and fix loader tests Remove wrong JSON-on-RDATA code and safe_json_decode_record. Export do_load_file/3 under TEST and add cases ... push 13 Apr 2026 02:51PM UTC web-flow github
87.2
24123622662 main chore: Update pull request template push 08 Apr 2026 07:37AM UTC Terraform github
86.99
See All Builds (492)

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