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

dnsimple / erldns / 15579376325
85%

Build:
DEFAULT BRANCH: main
Ran 11 Jun 2025 08:03AM UTC
Jobs 1
Files 35
Run time 2min
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

11 Jun 2025 08:02AM UTC coverage: 67.799% (+2.3%) from 65.501%
15579376325

push

github

web-flow
Reimplement zone encoder and parser logic into unified codec (#231)

- the logic is unified in a single codec module. Custom modules must export encode/1 and decode/1 callbacks.
- this module is optimised to run handlers in tight loops
- both encoding and decoding take json as maps only, and no longer the old key-value lists
- load custom parsers and encoders on gen_server init
- run their parsing and encoding callbacks on-the-spot, by the calling process, instead of calling a singleton gen_server that can be a bottleneck. This will allow to for example parse input changes in parallel, making the zoneclient better utilise resources.
- tests are unified

* Reimplement zone encoder and parser logic into unified codec

* Rework how codecs are configured and verified

* Correctly escape ds/cds encoding

86 of 117 new or added lines in 8 files covered. (73.5%)

5 existing lines in 3 files now uncovered.

1118 of 1649 relevant lines covered (67.8%)

1447.34 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
62.5
-12.5% src/erldns_app.erl
4
68.66
6.3% src/zones/erldns_zone_encoder.erl
12
70.0
src/zones/erldns_zone_codec.erl
12
60.0
14.95% src/zones/erldns_zone_parser.erl

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.96
-4.35% src/erldns_txt.erl
1
60.0
14.95% src/zones/erldns_zone_parser.erl
3
32.5
-7.5% src/erldns_config.erl
Jobs
ID Job ID Ran Files Coverage
1 15579376325.1 11 Jun 2025 08:03AM UTC 35
67.8
GitHub Action Run
Source Files on build 15579376325
  • Tree
  • List 35
  • Changed 10
  • Source Changed 8
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15579376325
  • ce2f67de on github
  • Prev Build on main (#15559237601)
  • Next Build on main (#15584237833)
  • Delete
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