File tree Expand file tree Collapse file tree 6 files changed +10
-2
lines changed
Expand file tree Collapse file tree 6 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3333
3434 - name : Test with nox
3535 run : |
36+ export TRANSONIC_NO_REPLACE=1
3637 nox -s "test(cov=True, with_opencv=True)"
3738
3839 - name : Upload coverage to codecov
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ prune .github
88prune try
99prune image_samples
1010prune requirements
11- prune fluidimage/calcul/plot_evaluate_subpix
11+ prune dev
1212prune **/__pythran__
Original file line number Diff line number Diff line change @@ -28,3 +28,10 @@ format:
2828
2929test :
3030 OMP_NUM_THREADS=1 pdm run pytest src
31+
32+ cov :
33+ # much slower with TRANSONIC_NO_REPLACE but more accurate
34+ TRANSONIC_NO_REPLACE=1 OMP_NUM_THREADS=1 pytest --pyargs fluidimage --cov --no-cov-on-fail
35+
36+ cov-html :
37+ coverage html
File renamed without changes.
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ omit = [
157157 " **/__pythran__/*.py" ,
158158 " **/__python__/*.py" ,
159159 " **/__numba__/*.py" ,
160+ " src/fluidimage/postproc/postproc.py" ,
160161]
161162[tool .coverage .report ]
162163show_missing = true
Original file line number Diff line number Diff line change 11
22python_sources = [
33 ' __init__.py' ,
4- ' _evaluate_subpix.py' ,
54 ' correl.py' ,
65 ' correl_pycuda.py' ,
76 ' errors.py' ,
You can’t perform that action at this time.
0 commit comments