Rename the CI build where we run the coverage
1 files changed, 1 insertions(+), 1 deletions(-) M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +1 -1
@@ 1,7 1,7 @@ before_script: - mkdir build && cd build/ -botan_cares_systemd_idn: +coverage_botan_cares_systemd_idn: script: - cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_BOTAN=1 -DWITH_CARES=1 -DWITH_SYSTEMD=1 -DWITH_LIBIDN=1 - make -j$(nproc) biboumi coverage