Skip to content

Commit

Permalink
Update compliance-reusable.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 May 9, 2023
1 parent 604d9e0 commit a15728a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compliance-reusable.yml
Expand Up @@ -57,3 +57,10 @@ jobs:
# with:
# command: check
# job: ${{ matrix.command }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ${{ github.workspace }}/.cache/phpunit/
verbose: true

0 comments on commit a15728a

Please sign in to comment.