Skip to content

Commit

Permalink
Need working-directory instead of directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Mar 17, 2024
1 parent bdde635 commit ce12fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}

0 comments on commit ce12fa4

Please sign in to comment.