Skip to content

Fix coverage dir

Fix coverage dir #5

Workflow file for this run

name: test-suite
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test PHP 8.3
run: make coverage PHP=8.3
- name: Test PHP 8.2
run: make coverage PHP=8.2
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: build