From 5b1113fdd8ae761e96af2a10de8c7ad3735ff914 Mon Sep 17 00:00:00 2001 From: Spencer Phillip Young Date: Fri, 11 Mar 2022 17:31:32 -0800 Subject: [PATCH] install coverage --- .github/workflows/unittests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 6226004..9ae62d9 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -15,7 +15,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install -r requirements.txt - python -m pip install pytest + python -m pip install pytest coverage - name: Test with coverage/pytest run: | coverage run -m pytest