Remove codecov env from github action job (#790)

Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
pull/791/head
Flavius Lacatusu 2021-04-21 11:07:53 +02:00 committed by GitHub
parent 3d21dcc0d8
commit b6f4990bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ jobs:
with:
persist-credentials: false
- name: Submit code coverage results
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
echo "" > coverage.txt
export MOCK_API=true && go test -mod=vendor -v ./... -coverprofile coverage.txt