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.
1 parent 25ac19c commit 73c62c5Copy full SHA for 73c62c5
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