coveralls appears to require git

pull/436/head
bradh352 3 years ago
parent 80e9566165
commit 669eb8d6f2
  1. 2
      .cirrus.yml

@ -111,7 +111,7 @@ task:
apt-get install -y valgrind
;;
coverage)
apt-get install -y lcov
apt-get install -y lcov git
pip3 install --user cpp-coveralls
;;
esac

Loading…
Cancel
Save