Skip to content

Commit

Permalink
Merge 0e894fe into 70636de
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed May 1, 2023
2 parents 70636de + 0e894fe commit f5952a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: composer coveralls
- name: Upload coverage results to Codecov
if: matrix.coverage == 'pcov'
uses: codecov/codecov-action@v3
with:
token: ${{ vars.CODECOV_TOKEN}}
build-release:
runs-on: ubuntu-22.04
permissions:
Expand Down

0 comments on commit f5952a6

Please sign in to comment.