Skip to content

Commit 2f3cb0e

Browse files
authored
Use correct options for codecov/codecov-action. (#138)
1 parent 6858fd2 commit 2f3cb0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/antsibull-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Upload coverage
138138
uses: codecov/codecov-action@v3
139139
with:
140-
working-directory: antsibull-docs
140+
directory: antsibull-docs
141141

142142
build-stable:
143143
name: 'Build stable docsite'
@@ -193,7 +193,7 @@ jobs:
193193
- name: Upload coverage
194194
uses: codecov/codecov-action@v3
195195
with:
196-
working-directory: antsibull-docs
196+
directory: antsibull-docs
197197

198198
build-devel:
199199
name: 'Build devel docsite'
@@ -249,4 +249,4 @@ jobs:
249249
- name: Upload coverage
250250
uses: codecov/codecov-action@v3
251251
with:
252-
working-directory: antsibull-docs
252+
directory: antsibull-docs

.github/workflows/nox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
- name: Upload coverage
8383
uses: codecov/codecov-action@v3
8484
with:
85-
working-directory: antsibull-docs
85+
directory: antsibull-docs

0 commit comments

Comments
 (0)