JUnit converter to Markdown
  • Rust 97.5%
  • RenderScript 2.5%
Find a file
2019-10-21 16:21:49 +03:00
.vscode Finish mult report 2019-10-06 02:30:17 +03:00
spec Finish mult report 2019-10-06 02:30:17 +03:00
src Add docs 2019-10-10 21:43:01 +03:00
test-reports Add sample junit reports for testing 2019-10-21 16:21:49 +03:00
.gitignore Initial commit 2019-06-16 15:32:37 +03:00
.gitlab-ci.yml Add static binary build 2019-10-06 02:51:26 +03:00
Cargo.toml Prepare for publishing 2019-10-10 22:47:50 +03:00
CONTRIBUTING.md Add README and CONTRIBUTING guide 2019-09-29 21:25:21 +03:00
LICENSE For freedom 2019-06-16 15:32:55 +03:00
README.md Update README 2019-10-06 02:54:46 +03:00

build status License Universal binary

JUNIT2MD

A simple binary to convert JUnit XML reports to Markdown format which is more readable and provides better overall suite info.

Contributions

You may create merge request or bug/enhancement issue right here on GitLab, or send formatted patch via e-mail. For details see CONTRIBUTING.md file in this repo.

License

Copyright (C) 2019  Oleg `Kanedias` Chernovskiy

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.