Skip to content

Commit

Permalink
skip dependabot coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Jun 24, 2024
1 parent 77ccc99 commit 31c6141
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@ jobs:
- name: Coverage
id: coverage
if: matrix.platform == 'ubuntu-latest'
if: matrix.platform == 'ubuntu-latest' && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./coverage/coverage.xml
fail_ci_if_error: true # optional (default = false)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 31c6141

Please sign in to comment.