aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2024-06-17 14:20:41 +0200
committerJ08nY2024-06-17 14:20:41 +0200
commit2d3799d0ab0eea0692ac54da38adca7f55fd3dc4 (patch)
tree46135a4c9ab045b14bcd4c8444c859f8a295ec4b /Makefile
parent0f54e0b0292e64dc0a802bb85005e0bc381aeb06 (diff)
downloadpyecsca-2d3799d0ab0eea0692ac54da38adca7f55fd3dc4.tar.gz
pyecsca-2d3799d0ab0eea0692ac54da38adca7f55fd3dc4.tar.zst
pyecsca-2d3799d0ab0eea0692ac54da38adca7f55fd3dc4.zip
Fix codecov measurement.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7290ee..0f40881 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ test-all:
pytest --cov=pyecsca
test-notebooks:
- pytest -m "not slow" --nbmake --cov=pyecsca notebook/simulation.ipynb notebook/visualization.ipynb
+ pytest -m "not slow" --nbmake --cov=pyecsca --cov-append notebook/simulation.ipynb notebook/visualization.ipynb
typecheck:
mypy --namespace-packages -p pyecsca --ignore-missing-imports --show-error-codes --check-untyped-defs