mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-04-09 03:11:29 +00:00
feat(doxygen): add Doxygen code coverage script and pre-commit hook
This commit is contained in:
parent
5517a49e14
commit
8f5b6327bc
3 changed files with 233 additions and 0 deletions
|
|
@ -98,3 +98,14 @@ repos:
|
|||
entry: nixfmt
|
||||
language: system
|
||||
types: [nix]
|
||||
|
||||
# Doxygen code coverage
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: doxygen-coverage
|
||||
name: Doxygen code coverage
|
||||
language: system
|
||||
entry: tools/doxy-coverage.py
|
||||
args: [docs/doxygen/xml, --no-error, --summary-only]
|
||||
types_or: [c, c++, header]
|
||||
verbose: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue