Skip to content

Commit

Permalink
Merge pull request #121 from ingogriebsch/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-v1.0.14
  • Loading branch information
dependabot[bot] authored Oct 21, 2020
2 parents e305828 + b3d874b commit 9a341ed
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 @@ -55,7 +55,7 @@ jobs:

- name: Upload coverage report
# https://github.com/marketplace/actions/codecov
uses: codecov/codecov-action@v1.0.13
uses: codecov/codecov-action@v1.0.14
if: startsWith(github.ref, 'refs/heads/dependabot/') != true
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 9a341ed

Please sign in to comment.