Skip to content

nkr0/clang-tidy-junit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clang-tidy-junit

  • Install by running pip install clang-tidy-junit
  • Use as clang-tidy-junit input.log output.xml

Development

  • Setup dev environment python3 -m pip install -Ue .[dev]
  • Format the code black **/*.py
  • Setup a pre-commit hook black --check **/*.py && coverage run -m unittest && coverage report && mypy && pylint **/*.py
  • Create distribution python3 -m pip wheel --no-deps . ; twine upload *.whl

About

Convert Clang-Tidy output to JUnit XML

Resources

License

Stars

Watchers

Forks

Languages