Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Apr 8, 2024
1 parent deaa853 commit b375925
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/automation.yml
Expand Up @@ -101,14 +101,12 @@ jobs:
- name: Run ${{ matrix.name }} command
run: ${{ matrix.runCommand }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
INFECTION_DASHBOARD_API_KEY: ${{ secrets.INFECTION_DASHBOARD_API_KEY || secrets.STRYKER_DASHBOARD_API_KEY }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: ${{ matrix.name == 'PHPUNIT' && matrix.dependency == 'locked' }}
with:
token: ${{ secrets.CODECOV_TOKEN || '63caea06-f036-4606-a791-ccbd81d86c51' }}
directory: ${{ github.workspace }}/.cache/phpunit/
verbose: true

0 comments on commit b375925

Please sign in to comment.