diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ecd4dfc60..fd48c6bae 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,13 +51,6 @@ jobs: - name: cover if: runner.os == 'Linux' run: make cover - - name: upload code coverage - if: runner.os == 'Linux' - uses: codecov/codecov-action@v1.3.1 - with: - # The token below is used exclusively for uploading coverage reports. - token: "d82eb1d7-5990-4a31-baa4-156473402105" - file: ./coverage.txt integration: strategy: diff --git a/README.md b/README.md index 5095c48f4..688de9d5a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/pomerium/pomerium)](https://goreportcard.com/report/github.com/pomerium/pomerium) [![GoDoc](https://godoc.org/github.com/pomerium/pomerium?status.svg)][godocs] [![LICENSE](https://img.shields.io/github/license/pomerium/pomerium.svg)](https://github.com/pomerium/pomerium/blob/master/LICENSE) -[![codecov](https://img.shields.io/codecov/c/github/pomerium/pomerium.svg?style=flat)](https://codecov.io/gh/pomerium/pomerium) ![Docker Pulls](https://img.shields.io/docker/pulls/pomerium/pomerium) Pomerium is an identity-aware proxy that enables secure access to internal applications. Pomerium provides a standardized interface to add access control to applications regardless of whether the application itself has authorization or authentication baked-in. Pomerium gateways both internal and external requests, and can be used in situations where you'd typically reach for a VPN.