8000 Releases · pmeier/pytest-results-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: pmeier/pytest-results-action

v0.7.2

11 Jun 14:07
20b5957
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

01 Aug 06:39
fc6576e
Compare
Choose a tag to compare

What's Changed

  • fixed the case that when displaying all tests, error had no circle emoji by @kostiak in #29

Full Changelog: v0.7.0...v0.7.1

v0.7.0

31 Jul 11:07
edc5f52
Compare
Choose a tag to compare

What's Changed

  • update dependencies by @pmeier in #22
  • support multiple test suites by @pmeier in #23
  • check if message is undefined otherwise just post this as regular line by @kostiak in #27

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

24 Jan 22:43
035bda2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

29 Dec 09:50
4c22f33
Compare
Choose a tag to compare

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

21 Nov 10:58
f97d6a5
Compare
Choose a tag to compare

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

13 Mar 13:03
a2c1430
Compare
Choose a tag to compare

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

03 Mar 16:13
6eb5a1d
Compare
Choose a tag to compare

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

20 May 22:15
Compare
Choose a tag to compare
Pre-release
v0.1.0

Initial commit
0