Skip to content

Commit c8633f1

Browse files
committed
chore: remove coveralls
1 parent ce1d896 commit c8633f1

File tree

6 files changed

+0
-17
lines changed

6 files changed

+0
-17
lines changed

.coveralls.yml

-3
This file was deleted.

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/tests/ export-ignore
2-
/.coveralls.yml export-ignore
32
/.editorconfig export-ignore
43
/.gitattributes export-ignore
54
/.github export-ignore

.github/workflows/ci.yml

-9
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ jobs:
9191
- name: Check coding standards
9292
run: |
9393
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 }}
10394
- name: Run mutation tests
10495
run: |
10596
make mutation

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.idea
22
.phpunit.cache
3-
.scannerwork
43
composer.lock
5-
docs/_build/
64
logs/
75
vendor/

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# JobRouter Client
22

33
[![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)
54
[![Latest Stable Version](https://img.shields.io/packagist/v/brotkrueml/jobrouter-client.svg?label=stable)](https://packagist.org/packages/brotkrueml/jobrouter-client)
65
[![Total Downloads](https://img.shields.io/packagist/dt/brotkrueml/jobrouter-client.svg)](https://packagist.org/packages/brotkrueml/jobrouter-client)
76

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"ergebnis/composer-normalize": "~2.39.0",
3434
"infection/infection": "^0.27.8",
3535
"maglnet/composer-require-checker": "^4.6",
36-
"php-coveralls/php-coveralls": "^2.6",
3736
"phpstan/extension-installer": "^1.2",
3837
"phpstan/phpstan": "1.10.41",
3938
"phpunit/phpunit": "^10.4",

0 commit comments

Comments
 (0)