Skip to content

sergregory/clang-tidy-to-junit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clang-tidy-to-junit

A little script that can convert Clang-Tidy output to a JUnit XML file.

Usage:

$ cat clang-tidy-output | ./clang-tidy-to-junit.py /path/to/repository >junit.xml

You have to specify the /path/to/repository in order for the script to shorten the filenames in the junit.xml.

About

A little script that can convert Clang-Tidy output to a JUnit XML file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%