From 1c5002cca81eee594041852b3748d4661d2b1968 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 21 Apr 2019 17:41:20 +0200 Subject: Add codecov. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e9a427..825e3c7 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ test: - nose2 -A !slow -v + nose2 -A !slow -C -v test-plots: - env PYECSCA_TEST_PLOTS=1 nose2 -A !slow -v + env PYECSCA_TEST_PLOTS=1 nose2 -A !slow -C -v test-all: - nose2 -v + nose2 -C -v typecheck: mypy -p pyecsca --ignore-missing-imports -- cgit v1.2.3-70-g09d2