Skip to content

ujiro99/doctest-junit-report

 
 

Repository files navigation

doctest-junit-report

Converts doctest(for c++) output to an xml report, suitable for applications that expect junit xml reports (e.g. Jenkins).

Go Report Card codecov

Installation

You can get binary from github release page.

-> Release Page

or, use go get:

go get -u github.com/ujiro99/doctest-junit-report

Usage

doctest-junit-report reads the output of doctest binary from standard in and writes junit compatible XML to standard out.

${test_binary} -s -d | doctest-junit-report > report.xml

Packages

No packages published

Languages

  • Go 93.8%
  • Shell 3.8%
  • Makefile 2.4%