Skip to content

Commit d13c504

Browse files
House cleaning
1 parent 5a3a53e commit d13c504

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
* text=auto eol=lf
22

3-
.gitattributes export-ignore
43
.codeclimate.yml export-ignore
4+
.gitattributes export-ignore
5+
.github/ export-ignore
56
.gitignore export-ignore
67
.travis.yml export-ignore
78
phpunit.xml export-ignore

.github/workflows/php_coverage.yml

Lines changed: 3 additions & 3 deletions
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.0
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:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/build/
22
/composer.lock
33
/vendor/
4+
/.phpunit.cache/
45
.phpunit.result.cache
56

67
/.idea/

0 commit comments

Comments
 (0)