Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.08 KB

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