Skip to content

Commit

Permalink
ci: upload coverage reports to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchayn committed Feb 7, 2024
1 parent bda73f3 commit eb71bdb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ jobs:

- name: Execute tests
run: composer test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
directory: build
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit eb71bdb

Please sign in to comment.