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 68e1327 commit 47f4664Copy full SHA for 47f4664
.github/workflows/coverage.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
mongodb-version: ${{ matrix.mongodb-version }}
39
- name: Test build
40
- run: "nox -s latest --python ${{ matrix.python }} -- --cov-report=xml --cov-report=html"
+ run: "nox -s 'latest-${{ matrix.python }}(wtf=True, toolbar=True)' -- --cov-report=xml --cov-report=html"
41
- name: Send coverage report to codecov
42
uses: codecov/codecov-action@v3
43
0 commit comments