Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
flags: unittests
file: ./coverage.xml
files: ./coverage.xml
env_vars: OS,PYTHON_VERSION,UNSTABLE

- name: Coveralls Parallel
Expand All @@ -139,7 +139,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
flags: behaviourtests
file: ./coverage.xml
files: ./coverage.xml
env_vars: OS,PYTHON_VERSION,UNSTABLE

coveralls:
Expand Down
2 changes: 1 addition & 1 deletion doc/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- rioxarray
- setuptools
- setuptools_scm
- sphinx
- sphinx!=8.2.0
- sphinx_rtd_theme
- sphinxcontrib-apidoc
- trollsift
Expand Down
Loading