Skip to content

Commit

Permalink
update requirements for pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Dec 31, 2024
1 parent 90731b1 commit afedeb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: pytest.xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ dependencies:
- pdr
- pre-commit # pre-commit hooks
- pyproj
- pytest
- pytest # dev: testing
- pytest-cov # dev: codecov reports
- pre-commit # dev: pre-commit hooks
- rasterio
- urllib3
- pip
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ pandas
pdr
pyproj
pytest
pytest-cov
rasterio
urllib3

0 comments on commit afedeb4

Please sign in to comment.