Skip to content

Commit

Permalink
chore: always upload coverage beside on dependabot branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ingogriebsch committed Jul 20, 2020
1 parent 0cc766a commit 1574978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 1574978

Please sign in to comment.