mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
ci: Include internal docs in the docs coverage reports
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -239,7 +239,7 @@ fedora/docs:
|
|||||||
extends: .build
|
extends: .build
|
||||||
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
|
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
|
||||||
script:
|
script:
|
||||||
- cmake .. && make docs_coverage && make docs
|
- cmake -DWITH_INTERNAL_DOC=ON .. && make docs_coverage && make docs
|
||||||
coverage: '/^Documentation coverage is \d+.\d+%/'
|
coverage: '/^Documentation coverage is \d+.\d+%/'
|
||||||
|
|
||||||
fedora/ninja:
|
fedora/ninja:
|
||||||
|
|||||||
Reference in New Issue
Block a user