Skip to content

Commit baf8471

Browse files
committed
Fix report-type to report_type for Codecov
1 parent 41b3d58 commit baf8471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
flags: unit-${{ matrix.php-version }}-${{ matrix.php-extensions }}-${{ matrix.os }}
6262
name: phpunit-${{ matrix.php-version }}-${{ matrix.php-extensions }}-${{ matrix.os }}
63-
report-type: coverage
63+
report_type: coverage
6464

6565
- name: Upload test results
6666
uses: codecov/codecov-action@v5
@@ -71,7 +71,7 @@ jobs:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
flags: unit-${{ matrix.php-version }}-${{ matrix.php-extensions }}-${{ matrix.os }}
7373
name: phpunit-${{ matrix.php-version }}-${{ matrix.php-extensions }}-${{ matrix.os }}
74-
report-type: test_results
74+
report_type: test_results
7575

7676
- name: Send coverage to Scrutinizer
7777
uses: sudo-bot/action-scrutinizer@latest

0 commit comments

Comments
 (0)