Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>

About

Convert JUnit XML report to Markdown 〽

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages