Skip to content

Commit bc6a61a

Browse files
authored
ci: fix code coverage (#238)
1 parent a868200 commit bc6a61a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ jobs:
9494
run: cat "_coverage/coverage.txt"
9595

9696
- name: Upload to Codecov
97-
uses: codecov/codecov-action@v6
97+
uses: codecov/codecov-action@v5
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}
100+
slug: ${{ github.repository }}
100101

101102
phpstan:
102103
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)