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

peczenyj / GDPR-IAB-TCFv2 / 25464220004
96%
main: 96%

Build:
Build:
LAST BUILD BRANCH: devel
DEFAULT BRANCH: main
Ran 06 May 2026 10:22PM UTC
Jobs 1
Files 11
Run time 1min
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

06 May 2026 10:16PM UTC coverage: 95.63%. Remained the same
25464220004

push

github

web-flow
test: drop remaining regex-on-JSON assertions (#57)

* test: drop remaining regex-on-JSON assertions in favor of structural checks

PR #56 fixed the regex-on-JSON assertion in t/09-predicates.t that
was actively failing on a CPAN Testers smoker.  This is a preventive
follow-up: the same anti-pattern was sitting in two more places that
weren't currently failing but were one encoder change away from
breaking.

  t/10-cli-iabtcfv2.t:
    Replace `like($pretty_output, qr/"version"\s*:\s*2/, ...)` with
    a decode-and-assert against $pretty_json->{version}.  The
    indentation regex (qr/\n\s+"/) stays since it tests output
    structure, not JSON content.

  t/12-bigint-fallback.t:
    Replace the two `like $output, qr/"key"\s*:\s*\d+/` regexes with
    `looks_like_number(...)` checks on the decoded values.  This
    keeps the test's intent ("values round-trip as JSON numbers, not
    strings or blessed objects") but stops depending on encoder
    whitespace and number-vs-string serialization quirks across
    JSON::XS / JSON::PP / Perl versions.

* style: perltidy t/12-bigint-fallback.t

Companion to PR #54's tidy fix: Test::PerlTidy under .perltidyrc
wants the closing paren of the looks_like_number assertions on its
own line.  No assertions changed.

744 of 778 relevant lines covered (95.63%)

11588.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25464220004.1 06 May 2026 10:22PM UTC 11
95.63
GitHub Action Run
Source Files on build 25464220004
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9f8dd343 on github
  • Prev Build on devel (#25463473810)
  • Next Build on devel (#25465081412)
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