]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Restructure contrib code coverage helper line
authorMichal Nowak <mnowak@isc.org>
Wed, 23 Nov 2022 15:54:58 +0000 (16:54 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 23 Nov 2022 17:09:06 +0000 (18:09 +0100)
.gitlab-ci.yml

index b66ec4f70491f594de6131b07ac5d126c5277208..4d96b6ca8233ba5ad8bc26f6764e2f51767cce8d 100644 (file)
@@ -1558,7 +1558,7 @@ gcov:
     - find lib/dns/rdata/* -name "*.c" -execdir cp -f "{}" ../../ \;
     # These drivers are built into bin/named/named in a way which trips up
     # gcovr.  Copy them to where gcovr expects them.
-    - cp contrib/dlz/drivers/dlz_drivers.c contrib/dlz/drivers/dlz_filesystem_driver.c contrib/dlz/drivers/sdlz_helper.c bin/named/
+    - cp contrib/dlz/drivers/{dlz_drivers,dlz_filesystem_driver,sdlz_helper}.c bin/named/
     # Generate XML file in the Cobertura XML format suitable for use by GitLab
     # for the purpose of displaying code coverage information in the diff view
     # of a given merge request.