Setup TestLens
Version updated for https://github.com/testlens-app/setup-testlens to version v1.7.1.
- This action is used across all versions by 14 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-testlens GitHub Action integrates Maven or Gradle builds with TestLens, a tool for analyzing and improving test coverage and quality. It automates the instrumentation of test tasks in build pipelines, simplifying the process of capturing detailed insights during test execution. This action is particularly useful for enabling seamless TestLens integration and ensuring comprehensive test analysis in Java-based projects.
Release notes
What’s Changed
- fix: do not track values that change between reruns in config cache by @jjohannes in https://github.com/testlens-app/setup-testlens/pull/39
- feat: configure icon and color by @marcphilipp in https://github.com/testlens-app/setup-testlens/pull/40
- fix: replace
\in paths with/on Windows by @marcphilipp in https://github.com/testlens-app/setup-testlens/pull/41 - feat: add support for maven-failsafe-plugin by @britter in https://github.com/testlens-app/setup-testlens/pull/43
Full Changelog: https://github.com/testlens-app/setup-testlens/compare/v1...v1.7.1