[gupnp] ci: exclude subprojects from tests



commit 25939431b201a9f614dcf0745be947fcf69227ff
Author: Jens Georg <mail jensge org>
Date:   Sun May 23 09:11:47 2021 +0200

    ci: exclude subprojects from tests

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]