Skip to content

Commit

Permalink
ci: don't upload coverage reports on bot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Jun 20, 2024
1 parent dcba0ca commit ffdcaaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: go test -coverprofile=coverage.txt -v -race ./...

- name: Upload coverage reports to Codecov
if: github.actor != 'Hetzner Cloud Bot' && github.actor != 'renovate[bot]'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ffdcaaa

Please sign in to comment.