mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-25 12:39:50 +02:00
ci: remove codecov (#2161)
This commit is contained in:
parent
dae1836dff
commit
a43d666d56
2 changed files with 0 additions and 8 deletions
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
|
@ -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:
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
[](https://goreportcard.com/report/github.com/pomerium/pomerium)
|
||||
[][godocs]
|
||||
[](https://github.com/pomerium/pomerium/blob/master/LICENSE)
|
||||
[](https://codecov.io/gh/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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue