Skip to content

Commit 85b01e9

Browse files
committed
CI: Fix coverage argument
1 parent 62cb4fc commit 85b01e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
pipx run flake8 --ignore N802,N806,W504 --select W503 nitime/ tools/
4747
- name: Test
4848
run: |
49-
cd && mkdir for_test && cd for_test && pytest --pyargs nitime --cov-report term-missing --cov=AFQ
49+
mkdir ~/for_test && cd ~/for_test && pytest --pyargs nitime --cov-report term-missing --cov=nitime

0 commit comments

Comments
 (0)