]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop redundant code coverage helper
authorMichal Nowak <mnowak@isc.org>
Mon, 21 Nov 2022 16:26:44 +0000 (17:26 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 23 Nov 2022 13:54:54 +0000 (14:54 +0100)
The "hash.h" file does not need to be copied to "lib/dns/" for the gcovr
tool to generate the code coverage report, as it has been copied
already.

.gitlab-ci.yml

index c92a18c9ea9aaf21f64377e8cf1b988db304bd1c..0c16d3a7d7d72ae8b2d7aa1ba097ac85ae65d958 100644 (file)
@@ -1453,7 +1453,6 @@ gcov:
     - cp -f lib/isc/include/isc/*.h lib/ns/
     - 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
-    - cp -f lib/isc/include/isc/hash.h lib/dns/hash.h
     # 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.