File tree 6 files changed +0
-17
lines changed
6 files changed +0
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
/tests / export-ignore
2
- /.coveralls.yml export-ignore
3
2
/.editorconfig export-ignore
4
3
/.gitattributes export-ignore
5
4
/.github export-ignore
Original file line number Diff line number Diff line change 91
91
- name : Check coding standards
92
92
run : |
93
93
vendor/bin/ecs check --no-progress-bar
94
- - name : Generate code coverage
95
- run : |
96
- make code-coverage
97
- - name : Send code coverage report to coveralls.io
98
- run : |
99
- vendor/bin/php-coveralls -v
100
- env :
101
- COVERALLS_RUN_LOCALLY : 1
102
- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
103
94
- name : Run mutation tests
104
95
run : |
105
96
make mutation
Original file line number Diff line number Diff line change 1
1
.idea
2
2
.phpunit.cache
3
- .scannerwork
4
3
composer.lock
5
- docs /_build /
6
4
logs /
7
5
vendor /
Original file line number Diff line number Diff line change 1
1
# JobRouter Client
2
2
3
3
[ ![ CI Status] ( https://github.com/brotkrueml/jobrouter-client/workflows/CI/badge.svg?branch=main )] ( https://github.com/brotkrueml/jobrouter-client/actions?query=workflow%3ACI )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/brotkrueml/jobrouter-client/badge.svg?branch=main )] ( https://coveralls.io/github/brotkrueml/jobrouter-client?branch=main )
5
4
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/brotkrueml/jobrouter-client.svg?label=stable )] ( https://packagist.org/packages/brotkrueml/jobrouter-client )
6
5
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/brotkrueml/jobrouter-client.svg )] ( https://packagist.org/packages/brotkrueml/jobrouter-client )
7
6
Original file line number Diff line number Diff line change 33
33
"ergebnis/composer-normalize" : " ~2.39.0" ,
34
34
"infection/infection" : " ^0.27.8" ,
35
35
"maglnet/composer-require-checker" : " ^4.6" ,
36
- "php-coveralls/php-coveralls" : " ^2.6" ,
37
36
"phpstan/extension-installer" : " ^1.2" ,
38
37
"phpstan/phpstan" : " 1.10.41" ,
39
38
"phpunit/phpunit" : " ^10.4" ,
You can’t perform that action at this time.
0 commit comments