Skip to content

Commit

Permalink
Add Codecov to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed Nov 8, 2023
1 parent 1a88106 commit 3ae53c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
COVERALLS_FLAG_NAME: php-${{ matrix.php-versions }}
run:
php-coveralls -v
- name: Upload coverage results to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
coveralls-finish:
needs: [paypal]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ae53c0

Please sign in to comment.