From 9f44a859c66a7dfd663b0d1bda10963782e93cb6 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Thu, 8 Oct 2020 13:21:20 +0200 Subject: [PATCH] Remove the unittests from the coverage report --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 108a066922..dd9ceeecfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: - pip install codecov script: - - coverage run --source=reframe,unittests ./test_reframe.py + - coverage run --source=reframe ./test_reframe.py - coverage report -m after_success: