From f4850881ecbfe152e916991fd5be801c91617353 Mon Sep 17 00:00:00 2001 From: Leo-Simpson <52931376+Leo-Simpson@users.noreply.github.com> Date: Thu, 3 Dec 2020 00:39:26 +0100 Subject: [PATCH] Update build-and-test.yml --- .github/workflows/build-and-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 2cf1143..49f0683 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -35,5 +35,4 @@ jobs: run: | pip install pytest pip install pytest-cov - pytest - pytest --cov-report=html + py.test --cov --cov-report html --cov-config=.coveragerc