From a4efe8fafa1184a78760b0eabace0099018e7e17 Mon Sep 17 00:00:00 2001 From: Sergio Peris Date: Sat, 20 Jul 2024 12:25:28 +0200 Subject: [PATCH] wip --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c23b6e0..f6b3989 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,5 +37,7 @@ jobs: - name: Execute tests run: composer test --coverage-clover=coverage.xml - - name: Send code coverage report to Codecov.io - uses: codecov/codecov-action@v4 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}