From 1e2c7a6ee047bed65481549a0cf66f668154d3e7 Mon Sep 17 00:00:00 2001 From: Rami Date: Wed, 21 Feb 2024 12:24:28 +0300 Subject: [PATCH] Update Github Test --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6bf54a1..b8580cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,9 +58,9 @@ jobs: #- name: Check PSR-12 Codestyle # run: composer lint - - name: Upload Coverage - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage/coverage.xml - fail_ci_if_error: true \ No newline at end of file + # - name: Upload Coverage + # uses: codecov/codecov-action@v1 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # file: ./coverage/coverage.xml + # fail_ci_if_error: true \ No newline at end of file