GitHub Actions Part2 (#1356)

* Update CI badge

* Update CI target

* Add TODO comment

* Create .coverprofile for each directory

Re:running tests resolve 0% coverage issue.
This commit is contained in:
namusyaka
2020-11-30 14:48:09 +08:00
committed by GitHub
parent 6baca72c4d
commit 3772612ff9
3 changed files with 10 additions and 9 deletions
+1
View File
@@ -25,6 +25,7 @@ function convert::print_msg () {
}
function install_oc_client () {
# TODO: Confirm that this is valid for GitHub Actions.
# Valid only for Travis
convert::print_msg "Installing oc client binary ..."
sudo sed -i 's:DOCKER_OPTS=":DOCKER_OPTS="--insecure-registry 172.30.0.0/16 :g' /etc/default/docker