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