Skip to content

Commit d561a48

Browse files
committed
Polish after review
1 parent 5fe2730 commit d561a48

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
coverage: [ 'none' ]
4444
include:
4545
- php-version: '7.4'
46-
coverage: none
4746

4847
steps:
4948
- name: Checkout
@@ -55,7 +54,7 @@ jobs:
5554
php-version: ${{ matrix.php-version }}
5655
ini-values: error_reporting=E_ALL
5756
tools: composer:v2
58-
coverage: "${{ matrix.coverage }}"
57+
coverage: none
5958

6059
- name: Show the Composer configuration
6160
run: composer config --global --list

.github/workflows/codecoverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88

99
name: Code coverage

0 commit comments

Comments
 (0)