Skip to content

Commit

Permalink
ci: PLT-465: exclude codecov for dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Aug 14, 2024
1 parent 5225b06 commit 9d4a1e6
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 @@ -159,6 +159,7 @@ jobs:
run: poetry run pytest --cov=. --cov-report=xml -vv -n auto

- name: Upload coverage to Codecov
if: ${{ github.event.pull_request.head.repo.fork == false && github.event.pull_request.user.login != 'dependabot[bot]' }}
uses: codecov/[email protected]
with:
name: codecov-python-${{ matrix.python-version }}
Expand Down

0 comments on commit 9d4a1e6

Please sign in to comment.