Skip to content

Commit 47f4664

Browse files
committed
Limit coverage send
1 parent 68e1327 commit 47f4664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
mongodb-version: ${{ matrix.mongodb-version }}
3939
- name: Test build
40-
run: "nox -s latest --python ${{ matrix.python }} -- --cov-report=xml --cov-report=html"
40+
run: "nox -s 'latest-${{ matrix.python }}(wtf=True, toolbar=True)' -- --cov-report=xml --cov-report=html"
4141
- name: Send coverage report to codecov
4242
uses: codecov/codecov-action@v3
4343
with:

0 commit comments

Comments
 (0)