We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eaa59c commit 5cecd20Copy full SHA for 5cecd20
2 files changed
.github/workflows/tests.yml
@@ -64,7 +64,7 @@ jobs:
64
with:
65
qt: true
66
pyvista: false
67
- - run: pytest -rfEXs --cov-report= --tb=short --durations 30 -v --cov=mne --cov-report xml hcp
+ - run: pytest -rfEXs --cov-report= --tb=short --durations 30 -v --cov=hcp --cov-report xml hcp
68
- uses: codecov/codecov-action@v4
69
70
token: ${{ secrets.CODECOV_TOKEN }}
hcp/tests/config.py
@@ -4,9 +4,12 @@
4
import os
5
import os.path as op
6
7
+<<<<<<< Updated upstream
8
hcp_prefix = 's3://hcp-openaccess/HCP_900'
9
subject = '105923'
-
10
+=======
11
+subject = "105923"
12
+>>>>>>> Stashed changes
13
14
hcp_data_types = [
15
'rest',
0 commit comments