Skip to content

Commit

Permalink
Merge e248965 into 0be0e4d
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStarich committed Oct 13, 2021
2 parents 0be0e4d + e248965 commit 880b94b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.15.x"
- "1.16.x"

services:
- docker
Expand All @@ -25,8 +25,7 @@ jobs:
if: tag =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/
deploy:
- provider: releases
api_key:
secure: 3QC4hGEHv2usLvRcnZiNVdM6lZPpcj+GAh2UUjO+0FUtuwJ7QkyoI4C6ZId5a/Xniz1UV8tZxd3YnlJR2UTb3GjgJT8uzm3BA8hhl9cl16rKB2Nwva/Dijk6Y8LTPYiUDwErO43XbumTur6hUfxTE7zPrQ3HjA8ZXFPAilQer7/X6EkPClQWwd6VigY56TAxOR107098mDMNNF99rjiFa1zjIfpI0UBXMCz1//9ekjEIbb9e1FshTJs3zeIMnHK2oTM8hFF/0trL+AqlBLKCMLpPXGD7Crp9xVu7ZTeKtF02Ikq/I6LUm7uzC2JMdQDw2xGpoBXifa679hEHkP4Lg1dWguoBBldOzw081Mn+AaEK0299HhF1z88K3t+dqT3KBhHW7vlfDtAJth9SAV5RvIxNnu+1wDBanB77UQDu6XV6Mu8ZI5Dfr4Rfgc+quFjXQh45qSYrNlCWQjL9vQ1aqdUAeiVBaJfChdd3h8083hWw3kcYDG1mhVz2KRbgVhRQ3sDJAuewDE18AcqwBDXJQp8PvCg+YBvtoPqCbbiS64GQUMzXOfXVYUgeu3im5DG978eQID171dVaBwgBz80ab+x1P/JBFrqb1LR8hoiVyEWCt+hIwPwjX2K1ejC8lhIO7pXXtU9BW01wdWq3A4xlK2WWDFeiAP3SCgXO+xL4bU8=
api_key: "$RELEASE_GH_TOKEN"
file: out/*
file_glob: true
skip_cleanup: true
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ test: generate manifests kubebuilder

.PHONY: coverage-unit
coverage-unit: test-unit
bash <(curl -s https://codecov.io/bash)
go install github.com/mattn/goveralls@v0.0.11
$(GOBIN)/goveralls -coverprofile="cover.out" -service=travis-ci

# Build manager binary
.PHONY: manager
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.com/IBM/cloud-operators.svg?branch=master)](https://travis-ci.com/IBM/cloud-operators)
[![Go Report Card](https://goreportcard.com/badge/github.com/IBM/cloud-operators)](https://goreportcard.com/report/github.com/IBM/cloud-operators)
[![codecov.io](https://codecov.io/github/IBM/cloud-operators/coverage.svg?branch=master)](https://codecov.io/github/IBM/cloud-operators?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/IBM/cloud-operators/badge.svg)](https://coveralls.io/github/IBM/cloud-operators)
![Docker Pulls](https://img.shields.io/docker/pulls/cloudoperators/ibmcloud-operator)
[![GoDoc](https://godoc.org/github.com/IBM/cloud-operators?status.svg)](https://godoc.org/github.com/IBM/cloud-operators)

Expand Down

0 comments on commit 880b94b

Please sign in to comment.