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 f83b915 commit addc96aCopy full SHA for addc96a
1 file changed
.github/workflows/jupyter-notebooks.yml
@@ -82,6 +82,9 @@ jobs:
82
- name: Diffusion notebooks (3.7)
83
run: |
84
$RUN_CMD python -m pytest -W ignore::DeprecationWarning --nbval --cov . --cov-config=.coveragerc --cov-report=xml:diffu_coverage.xml $SKIP fdm-devito-notebooks/03_diffu/diffu_rw.ipynb
85
+ - name: Advection notebook (4)
86
+ run: |
87
+ $RUN_CMD python -m pytest -W ignore::DeprecationWarning --nbval --cov . --cov-config=.coveragerc --cov-report=xml:advec_coverage.xml $SKIP fdm-devito-notebooks/04_advec/advec.ipynb
88
- name: Upload coverage to Codecov
89
uses: codecov/codecov-action@v1.0.6
90
with:
0 commit comments