We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ae6d9 commit 064deb7Copy full SHA for 064deb7
2 files changed
.github/workflows/deploy_pages.yml
@@ -22,13 +22,8 @@ jobs:
22
with:
23
tag: "stable"
24
25
- run-coverage:
26
- uses: ./.github/workflows/test_package.yml
27
- with:
28
- tag: "stable"
29
-
30
deploy:
31
- needs: [run-coverage, build-docs]
+ needs: [build-docs]
32
33
environment:
34
name: github-pages
.github/workflows/test_package.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Run tests
88
run: |
89
- pytest -xvs ./tests/
+ coverage run --rcfile=.coveragerc -m pytest -xvs ./tests/
90
91
- name: Run tests in parallel
92
0 commit comments