From a4bc17aafc828172c2132e98bf5ecc713dec6d85 Mon Sep 17 00:00:00 2001 From: Laerte <5853172+Laerte@users.noreply.github.com> Date: Fri, 28 Jan 2022 00:31:26 -0300 Subject: [PATCH] Update runtests.sh --- dockerfiles/tests/runtests.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dockerfiles/tests/runtests.sh b/dockerfiles/tests/runtests.sh index 874c318c..b042a407 100755 --- a/dockerfiles/tests/runtests.sh +++ b/dockerfiles/tests/runtests.sh @@ -1,5 +1,2 @@ #!/usr/bin/env bash -py.test --cov=splash --doctest-modules --durations=50 "$@" && \ -#if [ -n "${CI}" ]; then -# codecov -#fi; \ No newline at end of file +py.test --cov=splash --doctest-modules --durations=50 "$@"