From 61e6cd447604f8a4518d245f5888c90a023a53bd Mon Sep 17 00:00:00 2001 From: ariel shtul Date: Sun, 5 Jul 2020 16:23:08 +0300 Subject: [PATCH] cover both test files --- .circleci/config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d8ab2ce..076685d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,13 +43,8 @@ jobs: command: | . venv/bin/activate REDIS_PORT=6379 coverage run test/test.py + REDIS_PORT=6379 coverage run -a test/test_builder.py codecov - - - run: - name: run query builder tests - command: | - . venv/bin/activate - REDIS_PORT=6379 python test/test_builder.py - store_artifacts: path: test-reports