We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8201f1c + 73c62c5 commit e340b8aCopy full SHA for e340b8a
ch03tests/04EnergyExample.ipynb
@@ -415,7 +415,7 @@
415
"source": [
416
"%%bash\n",
417
"cd diffusion\n",
418
- "pytest --cov"
+ "pytest --cov=\"diffusion\""
419
]
420
},
421
{
@@ -441,7 +441,7 @@
441
442
443
444
- "pytest --cov --cov-report html"
+ "pytest --cov=\"diffusion\" --cov-report html"
445
446
447
0 commit comments