We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34923cc commit 4aac3caCopy full SHA for 4aac3ca
3 files changed
.github/workflows/test_gis_examples.yml
@@ -57,9 +57,4 @@ jobs:
57
pip install -U "mesa-geo @ git+https://github.com/mesa/mesa-geo@main"
58
pip install .[test_gis]
59
- name: Test with pytest
60
- run: pytest -rA -Werror -Wdefault::PendingDeprecationWarning test_gis_examples.py --cov-report=xml
61
- - name: Codecov
62
- uses: codecov/codecov-action@v5
63
- with:
64
- fail_ci_if_error: true
65
- token: ${{ secrets.CODECOV_TOKEN }}
+ run: pytest -rA -Werror -Wdefault::PendingDeprecationWarning test_gis_examples.py
codecov.yaml
pyproject.toml
@@ -20,7 +20,6 @@ readme = "README.md"
20
test = [
21
"pytest",
22
"scipy",
23
- "pytest-cov",
24
]
25
test_gis = [
26
0 commit comments