summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Dennis <robd@services-in.xr>2023-01-17 11:51:13 -0500
committerRob Dennis <robd@services-in.xr>2023-01-17 11:51:13 -0500
commit2d00b0266b5c81123c40148f64e9d35c2d424663 (patch)
tree59e0adf8e9cf72be9b9780703756d7f0f1e6f422
parent58d179e3439bab6a9fb641d524ef7dcde07052d6 (diff)
downloadconfigobj-git-2d00b0266b5c81123c40148f64e9d35c2d424663.tar.gz
#226 - installing coverage in ci/cd
-rw-r--r--.github/workflows/python-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml
index 73925f6..fc5e07f 100644
--- a/.github/workflows/python-test.yml
+++ b/.github/workflows/python-test.yml
@@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install pytest
+ pip install pytest coverage
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |