Skip to content

Commit f895811

Browse files
House cleaning (#53)
* House cleaning * Added spacing * revert --------- Co-authored-by: Martin Helmich <[email protected]>
1 parent 2ac7612 commit f895811

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.gitattributes

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
* text=auto eol=lf
22

3-
.gitattributes export-ignore
43
.codeclimate.yml export-ignore
5-
.github export-ignore
4+
.gitattributes export-ignore
5+
.github/ export-ignore
66
.gitignore export-ignore
77
.travis.yml export-ignore
88
phpunit.xml export-ignore

.github/workflows/php.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
phpunit: '11.0'
2424
runs-on: ubuntu-latest
2525
name: PHP ${{ matrix.php }}, PHPUnit ${{ matrix.phpunit }}
26-
26+
2727
steps:
2828
- uses: actions/checkout@v1
29-
29+
3030
- name: Setup PHP
3131
uses: shivammathur/setup-php@v2
3232
with:
@@ -35,6 +35,7 @@ jobs:
3535
ini-values: error_reporting=E_ALL
3636
coverage: pcov
3737
tools: composer:v2
38+
3839
- name: Validate composer.json and composer.lock
3940
run: composer validate
4041

@@ -47,6 +48,6 @@ jobs:
4748

4849
#- name: Run type checker
4950
# run: ./vendor/bin/psalm
50-
51+
5152
- name: Run unit tests
5253
run: ./vendor/bin/phpunit --testdox --no-coverage

.github/workflows/php_coverage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit tests
1+
name: Code coverage
22

33
on:
44
push:
@@ -17,10 +17,10 @@ jobs:
1717
php-version: 8.3
1818
extensions: mbstring, intl, json
1919
coverage: pcov
20-
20+
2121
- name: Install dependencies
2222
run: composer install --prefer-dist --no-progress --no-suggest
23-
23+
2424
- name: Test & publish code coverage
2525
uses: paambaati/[email protected]
2626
env:

0 commit comments

Comments
 (0)