Skip to content

Commit

Permalink
chore: remove coveralls (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
cawolf authored Apr 25, 2023
1 parent 664171d commit 2c61360
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 237 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ jobs:
run: |
composer config --no-plugins allow-plugins.symfony/flex true
composer run-script quality
- name: upload coverage
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: php vendor/bin/php-coveralls --exclude-no-stmt --coverage_clover=build/logs/clover.xml -v
test_functional:
name: Functional Tests
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![test](https://github.com/auxmoney/OpentracingBundle-core/workflows/test/badge.svg)](https://github.com/auxmoney/OpentracingBundle-core/actions?query=workflow%3Atest)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/auxmoney/OpentracingBundle-core)
![Coveralls github](https://img.shields.io/coveralls/github/auxmoney/OpentracingBundle-core)
![Codacy Badge](https://api.codacy.com/project/badge/Grade/fc044c88d4e046ab8813be04032a29a4)
![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/auxmoney/OpentracingBundle-core)
![Scrutinizer code quality (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/quality/g/auxmoney/OpentracingBundle-core)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"phpstan/phpstan": "^1.1",
"squizlabs/php_codesniffer": "^3.6",
"phpmd/phpmd": "^2.12",
"php-coveralls/php-coveralls": "^2.5",
"symfony/filesystem": "*",
"symfony/process": "*",
"mtdowling/jmespath.php": "^2.6"
"mtdowling/jmespath.php": "^2.6",
"guzzlehttp/guzzle": "^7.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2c61360

Please sign in to comment.