Releases: pmeier/pytest-results-action
Releases · pmeier/pytest-results-action
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.0
What's Changed
- make title configurable by @pmeier in #16
- only display sections if there is at least one item to display below them by @pmeier in #17
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- add option to add summary and fine grained control over tracebacks by @pmeier in #5
- Update action name in README.md by @ripa1993 in #6
- add more CI triggers by @pmeier in #8
- escape backticks in CI diagnostic messages by @pmeier in #13
- fix: error when there's only one test by @urish in #12
New Contributors
Full Changelog: v0.3.0...v0.3.1
Support multiple sources
Small release to add the option for multiple inputs, either as files, directories and even glob wildcards through the path
input. This also adds the fail-on-empty
option to specify the behavior if no file is found. (#3)
Javascript action
Although v0.1.0
worked fine, it was a docker action since it was written in Python. This means, by default it was only usable on the Linux runners GitHub actions offers. #1 completely wrote the project from scratch as Javascript action. Meaning, it now is usable in any GitHub Actions workflow as it should be for an action that publishes test results.
Initial release
v0.1.0 Initial commit