From 39ba647fbb11ad594e2c1375f65cd8f0356f5b08 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Sun, 8 Dec 2019 13:32:18 +0100 Subject: [PATCH] Fix codecov reports in GitHub actions Signed-off-by: Sascha Grunert --- .github/workflows/cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 5601b19..1de31e1 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -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)