File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
* text =auto eol =lf
2
2
3
- .gitattributes export-ignore
4
3
.codeclimate.yml export-ignore
5
- .github export-ignore
4
+ .gitattributes export-ignore
5
+ .github / export-ignore
6
6
.gitignore export-ignore
7
7
.travis.yml export-ignore
8
8
phpunit.xml export-ignore
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
phpunit : ' 11.0'
24
24
runs-on : ubuntu-latest
25
25
name : PHP ${{ matrix.php }}, PHPUnit ${{ matrix.phpunit }}
26
-
26
+
27
27
steps :
28
28
- uses : actions/checkout@v1
29
-
29
+
30
30
- name : Setup PHP
31
31
uses : shivammathur/setup-php@v2
32
32
with :
35
35
ini-values : error_reporting=E_ALL
36
36
coverage : pcov
37
37
tools : composer:v2
38
+
38
39
- name : Validate composer.json and composer.lock
39
40
run : composer validate
40
41
47
48
48
49
# - name: Run type checker
49
50
# run: ./vendor/bin/psalm
50
-
51
+
51
52
- name : Run unit tests
52
53
run : ./vendor/bin/phpunit --testdox --no-coverage
Original file line number Diff line number Diff line change 1
- name : Unit tests
1
+ name : Code coverage
2
2
3
3
on :
4
4
push :
@@ -17,10 +17,10 @@ jobs:
17
17
php-version : 8.3
18
18
extensions : mbstring, intl, json
19
19
coverage : pcov
20
-
20
+
21
21
- name : Install dependencies
22
22
run : composer install --prefer-dist --no-progress --no-suggest
23
-
23
+
24
24
- name : Test & publish code coverage
25
25
26
26
env :
You can’t perform that action at this time.
0 commit comments