mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Drop redundant code coverage helper
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.
This commit is contained in:
parent
8b9c04342d
commit
6b1dd7d6b1
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue