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 f7ef26f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 }}"
name: nox-test
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 f7ef26f

Please sign in to comment.