Skip to content

Commit

Permalink
Merge pull request #52 from neutrons/optional_codecov
Browse files Browse the repository at this point in the history
dependabot can't see secrets or upload codecov results
  • Loading branch information
backmari authored Aug 21, 2024
2 parents a8b2e66 + 2ee2b2d commit 8af626a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
if:
github.actor != 'dependabot[bot]'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -83,6 +85,8 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
if:
github.actor != 'dependabot[bot]'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 8af626a

Please sign in to comment.