Skip to content

Commit

Permalink
chore: remove coveralls
Browse files Browse the repository at this point in the history
The library conflicts with TYPO3 v13, as it does not support psr/log 3.
  • Loading branch information
brotkrueml committed Sep 18, 2024
1 parent 58e5ac4 commit f34e41c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ jobs:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
run: |
make mutation
- name: Generate code coverage
run: |
make code-coverage
- name: Send code coverage report to coveralls.io
if: github.event_name != 'pull_request'
run: .Build/bin/php-coveralls -v
env:
COVERALLS_RUN_LOCALLY: 1
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
# - name: Generate code coverage
# run: |
# make code-coverage
# - name: Send code coverage report to coveralls.io
# if: github.event_name != 'pull_request'
# run: .Build/bin/php-coveralls -v
# env:
# COVERALLS_RUN_LOCALLY: 1
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Structured data for TYPO3 with the schema extension

[![CI Status](https://github.com/brotkrueml/schema/workflows/CI/badge.svg?branch=main)](https://github.com/brotkrueml/schema/actions?query=workflow%3ACI)
<!--
[![Coverage Status](https://coveralls.io/repos/github/brotkrueml/schema/badge.svg?branch=main)](https://coveralls.io/github/brotkrueml/schema?branch=main)
-->
[![Crowdin](https://badges.crowdin.net/typo3-extension-schema/localized.svg)](https://crowdin.com/project/typo3-extension-schema)
[![Latest Stable Version](https://img.shields.io/packagist/v/brotkrueml/schema.svg?label=stable)](https://packagist.org/packages/brotkrueml/schema)
[![Total Downloads](https://img.shields.io/packagist/dt/brotkrueml/schema.svg)](https://packagist.org/packages/brotkrueml/schema)
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"brotkrueml/coding-standards": "~6.0.0",
"ergebnis/composer-normalize": "~2.43.0",
"infection/infection": "^0.29.6",
"php-coveralls/php-coveralls": "^2.7",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "1.12.3",
"phpunit/phpunit": "^10.5 || ^11.3",
Expand Down

0 comments on commit f34e41c

Please sign in to comment.