Skip to content

Commit 150e6a7

Browse files
committed
fix codecoverage
1 parent 465dc4b commit 150e6a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ jobs:
106106
- name: Code Coverage Report
107107
if: success() && matrix.php-version == '8.2'
108108
uses: codecov/codecov-action@v5
109+
with:
110+
token: ${{ secrets.CODECOV_TOKEN }}
111+
slug: LordSimal/cakephp-dump-sql
109112

110113
cs-stan:
111114
name: Coding Standard & Static Analysis

0 commit comments

Comments
 (0)