Skip to content

Commit

Permalink
Merge branch 'main' into renovate/major-typo3-cms
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Mar 17, 2024
2 parents 5098996 + ccb4426 commit 58bd91a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 15 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Expand Up @@ -11,7 +11,6 @@
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
/CODE_OF_CONDUCT.md export-ignore
/codecov.yml export-ignore
/CODEOWNERS export-ignore
/composer.lock export-ignore
/CONTRIBUTING.md export-ignore
Expand Down
12 changes: 4 additions & 8 deletions .github/workflows/tests.yaml
Expand Up @@ -124,12 +124,8 @@ jobs:
coverageLocations: |
${{ steps.download.outputs.download-path }}/clover.xml:clover
# codecov
- name: codecov report
uses: codecov/codecov-action@v4
# Coveralls
- name: Coveralls report
uses: coverallsapp/github-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: |
${{ steps.download.outputs.download-path }}/clover.xml
fail_ci_if_error: true
verbose: true
file: ${{ steps.download.outputs.download-path }}/clover.xml
4 changes: 2 additions & 2 deletions Documentation/Contributing/Index.rst
Expand Up @@ -133,8 +133,8 @@ Run tests

.. rst-class:: d-inline-block mb-3

.. image:: https://codecov.io/gh/eliashaeussler/typo3-solver/branch/main/graph/badge.svg?token=fj60tJlnHW
:target: https://codecov.io/gh/eliashaeussler/typo3-solver
.. image:: https://img.shields.io/coverallsCoverage/github/eliashaeussler/typo3-solver?logo=coveralls
:target: https://coveralls.io/github/eliashaeussler/typo3-solver

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

# TYPO3 extension `solver`

[![Coverage](https://img.shields.io/codecov/c/github/eliashaeussler/typo3-solver?logo=codecov&token=fj60tJlnHW)](https://codecov.io/gh/eliashaeussler/typo3-solver)
[![Coverage](https://img.shields.io/coverallsCoverage/github/eliashaeussler/typo3-solver?logo=coveralls)](https://coveralls.io/github/eliashaeussler/typo3-solver)
[![Maintainability](https://img.shields.io/codeclimate/maintainability/eliashaeussler/typo3-solver?logo=codeclimate)](https://codeclimate.com/github/eliashaeussler/typo3-solver/maintainability)
[![CGL](https://img.shields.io/github/actions/workflow/status/eliashaeussler/typo3-solver/cgl.yaml?label=cgl&logo=github)](https://github.com/eliashaeussler/typo3-solver/actions/workflows/cgl.yaml)
[![Tests](https://img.shields.io/github/actions/workflow/status/eliashaeussler/typo3-solver/tests.yaml?label=tests&logo=github)](https://github.com/eliashaeussler/typo3-solver/actions/workflows/tests.yaml)
Expand Down
2 changes: 0 additions & 2 deletions codecov.yml

This file was deleted.

1 change: 0 additions & 1 deletion packaging_exclude.php
Expand Up @@ -40,7 +40,6 @@
'files' => [
'DS_Store',
'CODE_OF_CONDUCT.md',
'codecov.yml',
'CODEOWNERS',
'composer.lock',
'CONTRIBUTING.md',
Expand Down

0 comments on commit 58bd91a

Please sign in to comment.