We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7426cf9 commit 41f10fdCopy full SHA for 41f10fd
.github/workflows/ci-full-tests.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
coverage run -m pytest --maxfail=1 --disable-warnings --no-vcr -v
46
coverage report -m
47
- coverage_full xml
+ coverage xml -o coverage_full.xml
48
49
env:
50
XDOC_OPENAI_API_KEY: ${{ secrets.XDOC_OPENAI_API_KEY }}
.github/workflows/ci-quick-tests.yml
@@ -49,7 +49,7 @@ jobs:
coverage run -m pytest --maxfail=1 --disable-warnings -v
51
52
- coverage_quick xml
+ coverage xml -o coverage_quick.xml
53
54
55
0 commit comments