From a92c53dd2b937e0a421dc2a85404685708b292e1 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 21 Apr 2022 11:40:39 +0530 Subject: [PATCH] chore: disable coverage coverage adds overhead which isn't necessary on v12 branch now [skip ci] --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7968edc40ba..c33aeb37102 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,11 @@ jobs: include: - name: "Python 2.7 Server Side Test" python: 2.7 - script: bench --site test_site run-tests --app erpnext --coverage + script: bench --site test_site run-tests --app erpnext - name: "Python 3.6 Server Side Test" python: 3.6 - script: bench --site test_site run-tests --app erpnext --coverage + script: bench --site test_site run-tests --app erpnext - name: "Python 2.7 Patch Test" python: 2.7 @@ -74,8 +74,3 @@ install: - bench get-app erpnext $TRAVIS_BUILD_DIR - bench start & - bench --site test_site reinstall --yes - -after_script: - - pip install coverage==4.5.4 - - pip install python-coveralls - - coveralls -b apps/erpnext -d ../../sites/.coverage