From 2d3799d0ab0eea0692ac54da38adca7f55fd3dc4 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 17 Jun 2024 14:20:41 +0200 Subject: Fix codecov measurement. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1