Skip to content

Commit dba14d4

Browse files
author
Stepan Vanecek
committed
ci doc limit scope
1 parent 45efbe1 commit dba14d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Generate documentation
3838
run: cd docs && doxygen Doxyfile
3939
- name: Generate documentation coverage
40-
run: cd docs && python3 -m coverxygen --xml-dir xml --src-dir ../src/ --output doc-coverage.info --format json-v3 --scope public,protected --kind enum,enumvalue,friend,typedef,function,class,struct,union,define,file,namespace #--prefix *.hpp
40+
run: cd docs && python3 -m coverxygen --xml-dir xml --src-dir ../src/ --output doc-coverage.info --format json-v3 --scope public,protected --kind enum,enumvalue,friend,typedef,function,class,struct,union,define,file,namespace --prefix src/
4141
- name: Documentation report
4242
run: cd docs && ./show_undocumented.py doc-coverage.info

0 commit comments

Comments
 (0)