From d5fce58d957abc035ce560577405c47c1e7a824e Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 3 Mar 2025 10:44:45 +0900 Subject: [PATCH] codecov.yml: Pass CODECOV_TOKEN A token is required to upload coverage for protected branches. --- .github/workflows/Linux_x86_64_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Linux_x86_64_test.yml b/.github/workflows/Linux_x86_64_test.yml index be4762dc8..53d9269e6 100644 --- a/.github/workflows/Linux_x86_64_test.yml +++ b/.github/workflows/Linux_x86_64_test.yml @@ -53,4 +53,4 @@ jobs: - name: Upload results uses: codecov/codecov-action@v5 with: - gcov: true + token: ${{ secrets.CODECOV_TOKEN }}