diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index cc3f78bb..d98ae743 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -55,30 +55,7 @@ jobs: - name: "Run PHPUnit" run: "vendor/bin/phpunit --coverage-clover=coverage.xml" - - name: "Upload coverage file" - uses: "codecov/codecov-action@v4" + - name: "Upload coverage" + uses: "codecov/codecov-action@v5" with: - name: "phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ matrix.dbal-version }}.coverage" - files: "./coverage.xml" - - upload_coverage: - name: "Upload coverage to Codecov" - runs-on: "ubuntu-20.04" - needs: - - "phpunit" - - steps: - - name: "Checkout" - uses: "actions/checkout@v2" - with: - fetch-depth: 2 - - - name: "Download coverage files" - uses: "actions/download-artifact@v4" - with: - path: "reports" - - - name: "Upload to Codecov" - uses: "codecov/codecov-action@v2" - with: - directory: "reports" + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/README.md b/README.md index 3846d8a4..4494185d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Laravel Doctrine ORM An integration library for Laravel and Doctrine ORM [![Build Status](https://github.com/laravel-doctrine/orm/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/laravel-doctrine/orm/actions/workflows/continuous-integration.yml?query=branch%3Amain) -[![Code Coverage](https://codecov.io/gh/laravel-doctrine/orm/branch/3.0.x/graph/badge.svg?token=3CpQzDXOWX)](https://codecov.io/gh/laravel-doctrine/orm) +[![Code Coverage](https://codecov.io/gh/laravel-doctrine/orm/graph/badge.svg?token=3CpQzDXOWX)](https://codecov.io/gh/laravel-doctrine/orm) [![PHPStan](https://img.shields.io/badge/PHPStan-level%201-brightgreen.svg)](https://img.shields.io/badge/PHPStan-level%201-brightgreen.svg) [![Documentation](https://readthedocs.org/projects/laravel-doctrine-orm-official/badge/?version=latest)](https://laravel-doctrine-orm-official.readthedocs.io/en/latest/) [![Packagist Downloads](https://img.shields.io/packagist/dd/laravel-doctrine/orm)](https://packagist.org/packages/laravel-doctrine/orm)