Skip to content

Commit

Permalink
CI: Fix coverage argument
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 18, 2023
1 parent 0abce2e commit d73a37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
pipx run flake8 --ignore N802,N806,W504 --select W503 nitime/ tools/
- name: Test
run: |
cd && mkdir for_test && cd for_test && pytest --pyargs nitime --cov-report term-missing --cov=AFQ
mkdir ~/for_test && cd ~/for_test && pytest --pyargs nitime --cov-report term-missing --cov=nitime

0 comments on commit d73a37d

Please sign in to comment.