The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.3.3

  • New release 🎉 packed with tests & a nifty feature!
  • Workflow summaries!
  • Due to a limitation on GitHub there can only be 10 annotations displayed in any given workflow run. No matter how many error annotations your run raises, only the first 10 will be visible.
  • Nevertheless, there's a Workflow Summary provided that doesn't suffer from this limitation. It'll be always linked as a notice at the beginning of every file containing a failing error.
  • Refactored much of the logic to use aggregation based on TAP test number, it greatly simplified the code and made it much more testable.
  • Happy prove-ing with GitHub Actions!

Changes for version 0.3.0_2

  • Cleaned-up output for the happy-path (no output on all ok).

Changes for version 0.3.0_1 - 2023-11-30

  • Rewrite a couple of bits & regexes to add support for YAML output provided by `Test2::Formatter::YAMLEnhancedTAP`.
    • Context lines should be tidier now since there's a somewhat "generalized" way of storing the parsed output.