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

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

Build:
Build:
LAST BUILD BRANCH: devel
DEFAULT BRANCH: main
Ran 06 May 2026 12:56PM 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 12:49PM UTC coverage: 95.613%. Remained the same
25436251774

push

github

web-flow
docs/test: Test::Warn refactor, bug-tracker footer, Docker image name fix (#49)

* test: replace custom warning_like helper with Test::Warn

t/04-legal-basis.t carried a hand-rolled warning_like helper that
captured warns via local \$SIG{__WARN__} and ran like() against the
joined output.  Test::Warn provides the same calling convention
(block + qr// + description) as a CPAN-vetted dependency, so the
helper has no reason to exist in-tree.

Drops the 7-line helper from t/04-legal-basis.t and adds Test::Warn
0.30 to TEST_REQUIRES in Makefile.PL.  No test logic changes; the
existing warning_like { ... } qr/.../, '...' calls work unchanged
because Test::Warn's signature matches the helper's.

* docs(cli): add bug-tracker footer to --help and dump --help output

Adds a =head1 BUGS section at the end of the bin/iabtcfv2 POD and
includes BUGS in every pod2usage -sections regex used by the help
paths.  pod2usage emits sections in their POD order, so placing
BUGS last makes it render as the footer below the existing
SYNOPSIS/OPTIONS/SUBCOMMANDS (or DUMP) blocks.

Visible from: iabtcfv2 --help, iabtcfv2 -h, iabtcfv2 help,
iabtcfv2 dump --help, iabtcfv2 help dump.  --man already shows
the entire POD so it picks up the BUGS section automatically.

* docs: fix wrong Docker image name (peczenyj/iabtcfv2 -> peczenyj/gdpr-iab-tcfv2)

The published Docker Hub image is peczenyj/gdpr-iab-tcfv2 (active,
108+ pulls); peczenyj/iabtcfv2 doesn't exist.  The mismatch came
from docker.yml using IMAGE_NAME: \${{ github.repository }}, which
expands to peczenyj/GDPR-IAB-TCFv2 and is then lowercased by the
registry to peczenyj/gdpr-iab-tcfv2 — but the docs were written
with a guess at the short name.

Touched:
  - bin/iabtcfv2          POD =head1 DOCKER USAGE (3 places)
  - lib/GDPR/IAB/TCFv2.pm POD =head1 DOCKER USAGE (3 places)
  - CONTRIBUTING.pod      release-flow note (1 place)
  - README.md             regenerated via pod2markdown

741 of 775 relevant lines covered (95.61%)

11577.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25436251774.1 06 May 2026 12:56PM UTC 11
95.61
GitHub Action Run
Source Files on build 25436251774
  • Tree
  • List 11
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 01821cbd on github
  • Prev Build on devel (#25435203350)
  • Next Build on devel (#25436370286)
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