Skip to content

Commit

Permalink
Remove codecov (#3615)
Browse files Browse the repository at this point in the history
* remove codecov from CI, also remove circleci tests as we run these somewhere else now already.

* leaving an empty test step for now
  • Loading branch information
slim-bean authored Apr 15, 2021
1 parent 72dcda1 commit b04af08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
<<: *defaults
steps:
- checkout
- run:
name: Unit Tests
command: make BUILD_IN_CONTAINER=false test
- run:
name: Upload Codecov
command: |
bash <(curl -s https://codecov.io/bash)

# Promtail
build/promtail-windows:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<a href="https://circleci.com/gh/grafana/loki/tree/master"><img src="https://circleci.com/gh/grafana/loki.svg?style=shield&circle-token=618193e5787b2951c1ea3352ad5f254f4f52313d" alt="CircleCI" /></a>
<a href="https://goreportcard.com/report/github.com/grafana/loki"><img src="https://goreportcard.com/badge/github.com/grafana/loki" alt="Go Report Card" /></a>
<a href="https://slack.grafana.com/"><img src="https://img.shields.io/badge/join%20slack-%23loki-brightgreen.svg" alt="Slack" /></a>
<a href="https://codecov.io/gh/grafana/loki"><img src="https://codecov.io/gh/grafana/loki/branch/master/graph/badge.svg" alt="Codecov" /></a>

# Loki: like Prometheus, but for logs.

Expand Down

0 comments on commit b04af08

Please sign in to comment.