From 6df9d6aeacd321c81a203b2159fabdb830917d5b Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Mon, 9 Dec 2024 14:43:49 +0100 Subject: [PATCH] CI: Test removing codecov token --- .github/workflows/ci_cd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 8bef2b4d1df..c386b35c3ae 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -97,7 +97,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} name: codecov-unit-tests files: ./coverage.xml flags: linux_unit @@ -125,7 +124,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} name: codecov-integration-tests files: ./coverage.xml flags: linux_integration @@ -184,7 +182,6 @@ jobs: - uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} name: codecov-system-solvers-tests-windows files: ./coverage.xml flags: windows_system_solvers @@ -240,7 +237,6 @@ jobs: - uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} name: codecov-system-solvers-tests-linux files: ./coverage.xml flags: linux_system_solvers @@ -304,7 +300,6 @@ jobs: - uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} name: codecov-system-general-tests-windows files: ./coverage.xml flags: windows_system_general @@ -372,7 +367,6 @@ jobs: - uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} name: codecov-system-general-tests files: ./coverage.xml flags: linux_system_general