Skip to content

Commit

Permalink
Change --json to --format json-v1 in calls to coverxygen (#36)
Browse files Browse the repository at this point in the history
use format json-v1 on coverxygen calls
  • Loading branch information
Emmanuel Courreges authored and psycofdj committed Dec 19, 2018
1 parent c4c5c48 commit bee83f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc-coverage/FindDocCoverageRule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ else()
--prefix ${DocCoverageRule_PREFIX}
--scope ${DocCoverageRule_SCOPE}
--kind ${DocCoverageRule_KIND}
--json
--format json-v1

COMMAND ${XTDMake_HOME}/coverage/lcov_cobertura.py ${DocCoverageRule_OUTPUT}/doc-coverage.info -d -o ${DocCoverageRule_OUTPUT}/doc-coverage.xml
COMMAND ${XTDMake_HOME}/doc-coverage/status.py --module ${module} --input-file=${DocCoverageRule_OUTPUT}/data.json --output-file=${DocCoverageRule_OUTPUT}/status.json --min-percent=${DocCoverageRule_MIN_PERCENT}
Expand Down

0 comments on commit bee83f6

Please sign in to comment.