Skip to content

Commit

Permalink
remove coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed May 15, 2019
1 parent 13e7bb7 commit 89427cb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 289 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- run: go get -u github.com/golang/lint/golint
- run: go list ./... | grep -v vendor | xargs golint -set_exit_status
- run: go list ./... | grep -v vendor | xargs go vet
- run: go test ./pkg/... -v -coverprofile ./test/cover.out
- run: ./test/calculate-coverage.sh
- run: git diff --exit-code README.md

test-deploy:
docker:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ polaris
# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool
/*.out

Tiltfile
main
.DS_Store
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
<img src="/pkg/dashboard/assets/images/logo.png" alt="Polaris Logo" />
<br>

[![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link] [![Coverage][coverage-image]][coverage-link]
[![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link]
</div>

[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.1.0&color=239922
[version-link]: https://github.com/reactiveops/polaris
[coverage-image]: https://img.shields.io/static/v1.svg?label=Coverage&message=79%25&color=239922
[coverage-link]: https://github.com/reactiveops/polaris

<!-- TODO: uncomment once project is public
[circleci-image]: https://circleci.com/gh/reactiveops/polaris.svg?style=svg
Expand Down
23 changes: 0 additions & 23 deletions test/calculate-coverage.sh

This file was deleted.

223 changes: 0 additions & 223 deletions test/cover.out

This file was deleted.

Loading

0 comments on commit 89427cb

Please sign in to comment.