]> 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>
Mon, 5 Dec 2022 15:00:35 +0000 (16:00 +0100)
(cherry picked from commit 445a90fb7879b5e273376364e1be2181c5cf34e9)

.gitlab-ci.yml

index b7a9706435b6be2c6bc66a59ba9ca67abbbe6d1d..aed8b38154d50572f378aa7e750ba66820568709 100644 (file)
@@ -1567,6 +1567,8 @@ gcov:
     # 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,dlz_filesystem_driver,sdlz_helper}.c bin/named/
+    # 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.