We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a322f commit 7723123Copy full SHA for 7723123
1 file changed
.github/workflows/ci.yml
@@ -98,6 +98,7 @@ jobs:
98
uses: codecov/codecov-action@v5
99
with:
100
token: ${{ secrets.CODECOV_TOKEN }}
101
+ slug: ${{ github.repository }}
102
103
phpstan:
104
runs-on: ubuntu-latest
0 commit comments