Fix codecov reports in GitHub actions

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert 2019-12-08 13:32:18 +01:00
parent 42b931bfe7
commit 39ba647fbb
No known key found for this signature in database
GPG Key ID: 8CE029DD1A866E52

View File

@ -59,7 +59,7 @@ jobs:
go run build.go toc docs/v2/manual.md
- name: Send Coverage Report
if: success()
if: success() && matrix.go == 1.13 && matrix.os == 'ubuntu-latest'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash)