Skip to content

ci: run all of xarray's tests in downstream workflow#3940

Merged
d-v-b merged 3 commits intozarr-developers:mainfrom
maxrjones:fix/downstream-workflow-coverage
May 6, 2026
Merged

ci: run all of xarray's tests in downstream workflow#3940
d-v-b merged 3 commits intozarr-developers:mainfrom
maxrjones:fix/downstream-workflow-coverage

Conversation

@maxrjones
Copy link
Copy Markdown
Member

The test-downstream CI workflow didn't catch #3939 because it was running only zarr tests, rather than fsspec tests. This PR removes that filter.

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/user-guide/*.md
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@github-actions github-actions Bot added the needs release notes Automatically applied to PRs which haven't added release notes label May 3, 2026
@maxrjones maxrjones added the run-downstream Run the tests of downstream libraries (e.g., xarray) against zarr label May 3, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.23%. Comparing base (6af3ea4) to head (12dbf1c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3940   +/-   ##
=======================================
  Coverage   93.23%   93.23%           
=======================================
  Files          87       87           
  Lines       11695    11695           
=======================================
  Hits        10904    10904           
  Misses        791      791           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@d-v-b d-v-b merged commit b4ce0e9 into zarr-developers:main May 6, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs release notes Automatically applied to PRs which haven't added release notes run-downstream Run the tests of downstream libraries (e.g., xarray) against zarr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants