From ce12fa44728f43ca1b820011d111c62e237f6c58 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 15 Feb 2024 07:45:52 +0100 Subject: [PATCH] Need working-directory instead of directory. Ref: https://github.com/codecov/codecov-action/issues/1258#issuecomment-1938602744 --- .github/workflows/nox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index 1dd9113..224953e 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -74,8 +74,8 @@ jobs: if: ${{ matrix.codecov }} uses: codecov/codecov-action@v4 with: - directory: antsibull-docs-parser name: "${{ matrix.session }}" + working-directory: antsibull-docs-parser env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} nox-test-36: @@ -111,7 +111,7 @@ jobs: - name: Upload coverage uses: codecov/codecov-action@v4 with: - directory: antsibull-docs-parser name: nox-test-36 + working-directory: antsibull-docs-parser env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}