Skip to content

Commit

Permalink
move tests, test times
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Dec 14, 2022
1 parent d8b637b commit 8967e66
Showing 1 changed file with 1 addition 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 @@ -44,7 +44,7 @@ jobs:
pip install lxml
- name: Test with pytest
run: |
pytest tests --cov=fastkml --cov-fail-under=88 --cov-report=xml
pytest tests --cov=fastkml --cov=tests --cov-fail-under=88 --cov-report=xml
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 8967e66

Please sign in to comment.