Skip to content

fix: add missing test files to MANIFEST#261

Draft
toddr-bot wants to merge 1 commit intomainfrom
koan.toddr.bot/update-manifest
Draft

fix: add missing test files to MANIFEST#261
toddr-bot wants to merge 1 commit intomainfrom
koan.toddr.bot/update-manifest

Conversation

@toddr-bot
Copy link
Copy Markdown
Collaborator

What

Add 4 test files to MANIFEST that were missing from the CPAN distribution, and improve MANIFEST.SKIP with standard exclusions.

Why

These test files were added in merged PRs (#243, #244, #248, #249) but MANIFEST wasn't regenerated. Running make dist would create a tarball without these tests — CPAN Testers and end users would never run them.

How

  • Ran make manifest after cleaning build artifacts to regenerate MANIFEST
  • Extended MANIFEST.SKIP with exclusions for blib/, *.o, *.so, *.bs, *.c, cover_db/, .DS_Store, and Makefile.old to keep future regenerations clean

Testing

  • make test — all tests pass
  • make disttest — distribution builds and tests correctly with all 59 test files included

🤖 Generated with Claude Code

The following test files were added in recent PRs but not included in
MANIFEST, meaning they would be absent from the CPAN distribution tarball:

- t/coverage_gaps.t (PR #248)
- t/expat_xs_coverage.t (PR #249)
- t/parser_api.t (PR #244)
- t/stream_delimiter.t (PR #243)

Also extend MANIFEST.SKIP with standard exclusions for build artifacts
(blib/, *.o, *.so, *.bs, *.c), coverage data (cover_db/), and OS files
(.DS_Store) to prevent future regenerations from picking up stale files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.73%. Comparing base (45216a7) to head (b7aedf0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #261   +/-   ##
=======================================
  Coverage   75.73%   75.73%           
=======================================
  Files           1        1           
  Lines        1092     1092           
  Branches      342      342           
=======================================
  Hits          827      827           
  Misses         59       59           
  Partials      206      206           
Flag Coverage Δ
perl 75.73% <ø> (ø)
xs 75.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant