Skip to content

Commit 41f10fd

Browse files
Coverage file names updated
1 parent 7426cf9 commit 41f10fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-full-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
coverage run -m pytest --maxfail=1 --disable-warnings --no-vcr -v
4646
coverage report -m
47-
coverage_full xml
47+
coverage xml -o coverage_full.xml
4848
4949
env:
5050
XDOC_OPENAI_API_KEY: ${{ secrets.XDOC_OPENAI_API_KEY }}

.github/workflows/ci-quick-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
coverage run -m pytest --maxfail=1 --disable-warnings -v
5151
coverage report -m
52-
coverage_quick xml
52+
coverage xml -o coverage_quick.xml
5353
5454
env:
5555
XDOC_OPENAI_API_KEY: ${{ secrets.XDOC_OPENAI_API_KEY }}

0 commit comments

Comments
 (0)