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 Feb 15, 2024
1 parent 2536737 commit e94272d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/antsibull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
directory: antsibull-docs
working-directory: antsibull-docs
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
directory: antsibull-docs
working-directory: antsibull-docs
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -256,6 +256,6 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
directory: antsibull-docs
working-directory: antsibull-docs
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
directory: antsibull-docs
working-directory: antsibull-docs
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e94272d

Please sign in to comment.