summaryrefslogtreecommitdiff
path: root/.github/workflows/python-test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/python-test.yml')
-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