Skip to content

Commit

Permalink
add hypothesis to test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 5, 2024
1 parent eca9807 commit cb6bd77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pip install -e ".[tests, lxml]"
- name: Test with pytest
run: |
pytest tests --cov=fastkml --cov=tests --cov-fail-under=88 --cov-report=xml
pytest tests --cov=fastkml --cov=tests --cov-fail-under=95 --cov-report=xml
- name: "Upload coverage to Codecov"
if: ${{ matrix.python-version==3.11 }}
uses: codecov/codecov-action@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ lxml = [
"lxml",
]
tests = [
"hypothesis",
"pytest",
"pytest-cov",
]
Expand Down

0 comments on commit cb6bd77

Please sign in to comment.