From a0a8d815f696c810c2f5acef22025a36d74bffea Mon Sep 17 00:00:00 2001 From: Christina Bukas <31160776+christinab12@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:04:37 +0100 Subject: [PATCH 1/2] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b5e398..a9d0676 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: - name: Coverage client tests uses: codecov/codecov-action@v3 with: - token: ${{ secrets.CODECOV_TOKEN }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} test_server: name: server ${{ matrix.platform }} py${{ matrix.python-version }} @@ -92,5 +92,5 @@ jobs: - name: Coverage server tests uses: codecov/codecov-action@v3 with: - token: ${{ secrets.CODECOV_TOKEN }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From dbef040fe1393d75965f8de5e3e8f03758fdaca0 Mon Sep 17 00:00:00 2001 From: Christina Bukas <31160776+christinab12@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:09:38 +0100 Subject: [PATCH 2/2] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9d0676..0d768ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: - name: Coverage client tests uses: codecov/codecov-action@v3 - with: + env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} test_server: @@ -91,6 +91,6 @@ jobs: - name: Coverage server tests uses: codecov/codecov-action@v3 - with: + env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}