Skip to content

Comments

ci: unpin actions-setup-perl and remove unused dep#12

Draft
Koan-Bot wants to merge 7 commits intocern-mig:masterfrom
atoomic:koan.atoomic/ci-cleanup
Draft

ci: unpin actions-setup-perl and remove unused dep#12
Koan-Bot wants to merge 7 commits intocern-mig:masterfrom
atoomic:koan.atoomic/ci-cleanup

Conversation

@Koan-Bot
Copy link

Changes

  • Unpin shogo82148/actions-setup-perl from v1.33.0 to v1. The attestation bug (#2481) that required pinning was fixed on 2026-02-16. Latest release is v1.37.1.

  • Remove File::Spec from .github/cpanfile. It's not used anywhere in lib/ or t/ and is a core Perl module since 5.004.

Testing

All 413 tests pass.


🤖 Generated by Kōan

Nicolas Rochelemagne and others added 7 commits July 11, 2025 17:02
Fixup pod example
- Rename testsuite.yml → ci.yml with clearer job names
- Add concurrency group to cancel stale runs on same ref
- Add macOS job (Perl 5.38 + latest) via actions-setup-perl
- Add coverage job with Devel::Cover + Coveralls
- Clean env vars: RELEASE_TESTING only on author-test job
- Rename matrix job from 'perl' to 'linux' for clarity

Preserves existing perl-versions matrix (5.10+ with devel).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Systematic coverage improvement across all modules:
- Queue.pm base: constructor validation errors, _require failure, copy independence
- Normal.pm: schema validation (17 error cases), non-permissive lock/unlock, purge
  with temp/lock/obsolete dirs, nlink option, optional fields, binary/string/table
  data types, hash serialization escaping
- Simple.pm: add_ref, add_path, get_path, touch, granularity option, non-permissive
  lock/unlock, purge with maxlock, error paths
- Null.pm: all unsupported methods (get, get_ref, get_path, touch, lock, unlock,
  remove), add_ref, add_path file removal
- Set.pm: duplicate queue, non-DQ object, missing queue removal, mixed queue types

237 → 413 total tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
test: add 176 new tests covering error paths and edge cases
- Unpin shogo82148/actions-setup-perl from v1.33.0 to v1.
  The attestation bug (#2481) that required pinning was fixed on
  2026-02-16. Latest release is v1.37.1.

- Remove File::Spec from .github/cpanfile. It's not used anywhere
  in lib/ or t/ and is a core Perl module since 5.004.
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.

2 participants