Skip to content

Commit

Permalink
gha: do not try uploading code coverage reports for dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Sep 30, 2024
1 parent 5b3e2a5 commit 83a859c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

- name: Upload coverage report
uses: codecov/codecov-action@v4
if: github.actor != 'dependabot[bot]'
with:
fail_ci_if_error: ${{ matrix.os != 'windows-latest' }}
env:
Expand Down

0 comments on commit 83a859c

Please sign in to comment.