Skip to content

Commit e340b8a

Browse files
authored
Merge pull request #175 from UCL/cov_typo
Adds cov project name so it only runs for the project
2 parents 8201f1c + 73c62c5 commit e340b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch03tests/04EnergyExample.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"source": [
416416
"%%bash\n",
417417
"cd diffusion\n",
418-
"pytest --cov"
418+
"pytest --cov=\"diffusion\""
419419
]
420420
},
421421
{
@@ -441,7 +441,7 @@
441441
"source": [
442442
"%%bash\n",
443443
"cd diffusion\n",
444-
"pytest --cov --cov-report html"
444+
"pytest --cov=\"diffusion\" --cov-report html"
445445
]
446446
},
447447
{

0 commit comments

Comments
 (0)