Skip to content

Convert JUnit XML report to Markdown 〽

License

Notifications You must be signed in to change notification settings

cicdguy/junit2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

junit2md

Changelog GitHub Releases go.mod LICENSE CodeQL Go Report Card Codecov Lint Code Base Tests

Tool to convert a JUnit XML report to Markdown.

This project is based on https://github.com/pagero/junit-to-markdown.

Installation

Simply download the binary for your platform from the releases section on this repository.

You may also run the following to auto-install the binary to your $GOPATH/bin directory:

go get github.com/cicdguy/junit2md

Usage

junit2md simply prints the Markdown output to stdout and takes the JUnit XML report as the only argument.

junit2md <file>

Using Docker, you can run the following command:

docker run -v <file>:/tmp/ ghcr.io/cicdguy/junit2md:latest /tmp/<file>