Remove codecov env from github action job (#790)
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>pull/791/head
parent
3d21dcc0d8
commit
b6f4990bde
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue