From 3b55305162a0006908c33d8f98a55c5495eda5b5 Mon Sep 17 00:00:00 2001 From: Rob Dennis Date: Tue, 17 Jan 2023 11:55:24 -0500 Subject: #226 - just tests, no coverage for now --- .github/workflows/python-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.1