kcov appears to have added curl as a dependency in
https://github.com/SimonKagstrom/kcov/commit/
aa460327e0f10168bc4fc7340da9f42b96d14b64
causing our script (which was copied from Codeov's examples) to
fail to build it.
if: matrix.coverage
run: |
sudo apt-get update
- sudo apt-get -y install binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev
+ sudo apt-get -y install binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev libcurl4-nss-dev
- name: Install kcov
if: matrix.coverage
run: |