Skip to content

Commit

Permalink
#226 - just tests, no coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Dennis committed Jan 17, 2023
1 parent 2d00b02 commit 3b55305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
pytest tests

0 comments on commit 3b55305

Please sign in to comment.