summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Dennis <robd@services-in.xr>2023-01-17 11:55:24 -0500
committerRob Dennis <robd@services-in.xr>2023-01-17 11:55:24 -0500
commit3b55305162a0006908c33d8f98a55c5495eda5b5 (patch)
tree9876b15e89220942127f95c1fe664788144a9555
parent2d00b0266b5c81123c40148f64e9d35c2d424663 (diff)
downloadconfigobj-git-3b55305162a0006908c33d8f98a55c5495eda5b5.tar.gz
#226 - just tests, no coverage for now
-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 fc5e07f..65a314b 100644
--- a/.github/workflows/python-test.yml
+++ b/.github/workflows/python-test.yml
@@ -23,4 +23,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
- coverage run --source=configobj.py,validate.py pytest tests \ No newline at end of file
+ pytest tests \ No newline at end of file