We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2681a08 commit 8369cd9Copy full SHA for 8369cd9
.github/workflows/build.yml
@@ -32,6 +32,6 @@ jobs:
32
# TODO: #8818 Re-enable quantum tests
33
run: pytest
34
--cov-report=term-missing:skip-covered
35
- --cov=.
+ --cov=. .
36
- if: ${{ success() }}
37
run: scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
0 commit comments