Skip to content

Commit 0849893

Browse files
committed
fix typo in coverage args
1 parent 712f451 commit 0849893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Run the tests
8383
if: ${{ !startsWith(matrix.python-version, 'pypy') && !startsWith(matrix.os, 'windows') }}
8484
run: |
85-
args="-vv --cov jupyter_client--cov-branch --cov-report term-missing:skip-covered --cov-fail-under 70"
85+
args="-vv --cov jupyter_client --cov-branch --cov-report term-missing:skip-covered --cov-fail-under 70"
8686
python -m pytest $args || python -m pytest $args --lf
8787
- name: Run the tests on pypy and windows
8888
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}

0 commit comments

Comments
 (0)