ci: unpin actions-setup-perl and remove unused dep#12
Draft
Koan-Bot wants to merge 7 commits intocern-mig:masterfrom
Draft
ci: unpin actions-setup-perl and remove unused dep#12Koan-Bot wants to merge 7 commits intocern-mig:masterfrom
Koan-Bot wants to merge 7 commits intocern-mig:masterfrom
Conversation
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>
ci: modernize CI pipeline
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 inlib/ort/and is a core Perl module since 5.004.Testing
All 413 tests pass.
🤖 Generated by Kōan