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 5fe2730 commit d561a48Copy full SHA for d561a48
.github/workflows/ci.yml
@@ -43,7 +43,6 @@ jobs:
43
coverage: [ 'none' ]
44
include:
45
- php-version: '7.4'
46
- coverage: none
47
48
steps:
49
- name: Checkout
@@ -55,7 +54,7 @@ jobs:
55
54
php-version: ${{ matrix.php-version }}
56
ini-values: error_reporting=E_ALL
57
tools: composer:v2
58
- coverage: "${{ matrix.coverage }}"
+ coverage: none
59
60
- name: Show the Composer configuration
61
run: composer config --global --list
.github/workflows/codecoverage.yml
@@ -3,7 +3,7 @@
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
pull_request:
8
9
name: Code coverage
0 commit comments