summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-05-23 09:11:47 +0200
committerJens Georg <mail@jensge.org>2021-05-23 09:11:47 +0200
commit25939431b201a9f614dcf0745be947fcf69227ff (patch)
treee71bf171b6aa89fe1b4c17abc4c267f245317ba1 /.gitlab-ci.yml
parentbd58180f02066f51e4b08834e60711e312457aa0 (diff)
downloadgupnp-25939431b201a9f614dcf0745be947fcf69227ff.tar.gz
ci: exclude subprojects from tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62374c4..4f5ee16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,7 +142,7 @@ coverage-analysis:
script:
- cd build
- mkdir -p coveragereport
- - gcovr --html-details --print-summary --root=.. --exclude=../build --exclude=../docs/reference --exclude=../tests --exclude=../tools --exclude=../examples --output coveragereport/index.html
+ - gcovr --html-details --print-summary --root=.. --exclude=../build --exclude=../subprojects --exclude=../docs/reference --exclude=../tests --exclude=../tools --exclude=../examples --output coveragereport/index.html
coverage: '/^lines: (\d+\.\d+\%)/'
artifacts:
when: always