Releases: codecov/test-results-parser
Releases · codecov/test-results-parser
v0.5.1
What's Changed
- Add newline to parse Markdown properly by @michelletran-codecov in #41
- Bump to 0.5.1 by @michelletran-codecov in #42
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat: use ascii control char US to separate the class name and test name when parsing junit by @joseph-sentry in #24
- update package version by @joseph-sentry in #25
- Optimize Rust code and fix double-html-escaping by @Swatinem in #26
- remove unused parsers by @joseph-sentry in #28
- refactor: replace attributes_map function with get_relevant_attrs by @joseph-sentry in #27
- feat: naive framework and parsing more attrs by @joseph-sentry in #29
- feat: handle no time attr on the testcase by @joseph-sentry in #30
- feat: handle not having a classname in the rel_attrs by @joseph-sentry in #31
- build: update download artifact version by @joseph-sentry in #32
- Update test comment format by @michelletran-codecov in #33
- Add Rust linting to CI and pre-commit hooks by @michelletran-codecov in #34
- Add message for no test failures and extra copy for "Powered by Codecov" by @michelletran-codecov in #35
- Bump to 0.5.0 by @michelletran-codecov in #36
- Bump upload-artifact to v4 by @michelletran-codecov in #37
- Make wheels name unique by @michelletran-codecov in #38
- Fix pipeline name matching by @michelletran-codecov in #39
- Only upload wheels by @michelletran-codecov in #40
New Contributors
- @Swatinem made their first contribution in #26
- @michelletran-codecov made their first contribution in #33
Full Changelog: v0.4.0...v0.5.0
v0.2.0-actual
What's Changed
- feat: use ascii control char US to separate the class name and test name when parsing junit by @joseph-sentry in #24
- update package version by @joseph-sentry in #25
Full Changelog: v0.4.0...v0.2.0-actual
v0.4.0
What's Changed
- build: move dependabot and fix python version in build by @joseph-sentry in #17
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- build: build for python 3.8 to 3.12 by @joseph-sentry in #18
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- build: add alpine job to build musllinux wheels by @joseph-sentry in #16
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- rename package to test results parser by @joseph-sentry in #1
- Improve error handling by @joseph-sentry in #2
- Properly rename project by @joseph-sentry in #3
- feat: add collection of failure messages in Testruns by @joseph-sentry in #4
- chore(ci): add fossa workflow by @thomasrockhu-codecov in #7
- Add testing job to CI on push to main and PR by @joseph-sentry in #5
- feat: add str and constructor to Outcome enum by @joseph-sentry in #8
- Create dependabot.yml by @joseph-sentry in #9
- fix: handle case where failure test is empty and message is in attribute by @joseph-sentry in #10
- build: add publish.yml GHA workflow by @joseph-sentry in #12
- Create LICENSE by @joseph-sentry in #13
- feat: add failure message manipulation functions by @joseph-sentry in #11
- Attempt to fix build by @joseph-sentry in #15
New Contributors
- @joseph-sentry made their first contribution in #1
- @thomasrockhu-codecov made their first contribution in #7
Full Changelog: https://github.com/codecov/test-results-parser/commits/v0.1.0