From f32377aceaeec9d1557f8b1ab8d2fd5c152d78ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Somogyi?= Date: Mon, 9 Jan 2023 06:41:42 +0100 Subject: [PATCH] #28 coverage pytest --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8dcd280..3c26ce4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ jobs: - checkout - run: name: Install and Run - command: 'pip install -r requirements.txt && python -m coverage run --source=gwbackupy setup.py test && python -m coverage run pytest && coverage-lcov' + command: 'pip install -r requirements.txt && coverage run --source=gwbackupy setup.py test && coverage run -m pytest && coverage-lcov' - coveralls/upload: path_to_lcov: ./lcov.info build-and-test: