mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-23 19:49:13 +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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue