Skip to content

Commit 4aac3ca

Browse files
committed
remove codecov from gis example gh workflow
1 parent 34923cc commit 4aac3ca

3 files changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/test_gis_examples.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,4 @@ jobs:
5757
pip install -U "mesa-geo @ git+https://github.com/mesa/mesa-geo@main"
5858
pip install .[test_gis]
5959
- 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 }}
60+
run: pytest -rA -Werror -Wdefault::PendingDeprecationWarning test_gis_examples.py

codecov.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ readme = "README.md"
2020
test = [
2121
"pytest",
2222
"scipy",
23-
"pytest-cov",
2423
]
2524
test_gis = [
2625
"pytest",

0 commit comments

Comments
 (0)