From 1574978cf154ddb87d9e635451559dcd77b58f18 Mon Sep 17 00:00:00 2001 From: Ingo Griebsch Date: Mon, 20 Jul 2020 22:29:45 +0200 Subject: [PATCH] chore: always upload coverage beside on dependabot branches --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index aa832584..7efca87f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -56,7 +56,7 @@ jobs: - name: Upload coverage report # https://github.com/marketplace/actions/codecov uses: codecov/codecov-action@v1.0.11 - if: startsWith(github.ref, 'refs/heads/dependabot/') != true && startsWith(github.ref, 'refs/tags/') != true + if: startsWith(github.ref, 'refs/heads/dependabot/') != true with: token: ${{ secrets.CODECOV_TOKEN }}