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

dnsimple / erldns / 15579376325 / 1
86%
main: 86%

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

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

1118 of 1649 relevant lines covered (67.8%)

1447.34 hits per line

Source Files on job 15579376325.1
  • Tree
  • List 35
  • Changed 10
  • Source Changed 8
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15579376325
  • ce2f67de on github
  • Prev Job for on main (#15559237601.1)
  • Next Job for on main (#15584237833.1)
  • 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