mirror of
https://gitlab.com/Kanedias/junit2md.git
synced 2026-04-30 15:50:49 +00:00
JUnit converter to Markdown
- Rust 97.5%
- RenderScript 2.5%
| .vscode | ||
| spec | ||
| src | ||
| test-reports | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Cargo.toml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
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.