]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Help gcovr find contrib files
authorMichal Nowak <mnowak@isc.org>
Mon, 30 May 2022 19:23:47 +0000 (21:23 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 23 Nov 2022 16:18:46 +0000 (17:18 +0100)
.gitlab-ci.yml

index 5c41fa9f7821d7571b502b8d65f6c57e1ad0885a..655e15014c32b059d88b27cc6593c7de94c883ef 100644 (file)
@@ -1458,6 +1458,8 @@ gcov:
     - for SRC in dns isc; do for DST in dns isc ns; do cp -f "lib/${SRC}/include/${SRC}"/*.h "lib/${DST}/"; done; done
     - find bin lib -maxdepth 1 -mindepth 1 -type d -exec cp -f lib/isc/include/isc/buffer.h "{}" \;
     - cp -f lib/isc/include/isc/buffer.h lib/isc/netmgr/buffer.h
+    # Help gcovr find dlz_dbi.c file
+    - for DST in ldap mysql mysqldyn sqlite3 wildcard; do cp contrib/dlz/modules/common/dlz_dbi.c "contrib/dlz/modules/${DST}"; done
     # 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.