summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-20 21:09:24 +0200
committerLars Wirzenius <liw@liw.fi>2017-11-20 21:09:24 +0200
commit4735e98321724cda1a4c90d0ee49cc118c6f8319 (patch)
tree712181bf5b6e1c74125b849e9c5a68a23623d4ac /check
parent199abc4e488dc0144abc907f8e754e91ca6b9a9b (diff)
downloadqvisqve-4735e98321724cda1a4c90d0ee49cc118c6f8319.tar.gz
Fix: run coverage test runner explicitly against salami/
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 39adb0d..4d83e8f 100755
--- a/check
+++ b/check
@@ -61,7 +61,7 @@ else
fi
title "Unit tests"
-python3 -m CoverageTestRunner --ignore-missing-from=without-tests
+python3 -m CoverageTestRunner --ignore-missing-from=without-tests salami
title "Code style"
pycodestyle salami