We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b3d58 commit baf8471Copy full SHA for baf8471
.github/workflows/tests.yml
@@ -60,7 +60,7 @@ jobs:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
flags: unit-${{ matrix.php-version }}-${{ matrix.php-extensions }}-${{ matrix.os }}
62
name: phpunit-${{ matrix.php-version }}-${{ matrix.php-extensions }}-${{ matrix.os }}
63
- report-type: coverage
+ report_type: coverage
64
65
- name: Upload test results
66
uses: codecov/codecov-action@v5
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
- report-type: test_results
+ report_type: test_results
75
76
- name: Send coverage to Scrutinizer
77
uses: sudo-bot/action-scrutinizer@latest
0 commit comments