-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 5.1 testing #7093
feat: 5.1 testing #7093
Conversation
Deployment Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7093 +/- ##
=======================================
Coverage 92.66% 92.67%
=======================================
Files 188 188
Lines 15733 15732 -1
=======================================
Hits 14579 14579
+ Misses 1154 1153 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a126899
to
0dca596
Compare
This reverts commit c411aed.
# Conflicts: # backend/layers/processing/schema_migration.py # tests/unit/processing/test_spatial_assets_utils.py
# Conflicts: # tests/unit/processing/schema_migration/test_publish_and_cleanup.py
|
||
# temp: filter for Collections containing visium and slide-seq-v2 datasets | ||
# TODO remove commented sectection bellow | ||
# COLLECTIONS = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
@@ -2,12 +2,13 @@ anndata==0.8.0 | |||
awscli | |||
boto3>=1.11.17 | |||
botocore>=1.14.17 | |||
cellxgene-schema | |||
# install the cellxgene-schema version from latest commit on the main branch from github | |||
git+https://github.com/chanzuckerberg/single-cell-curation.git@main#egg=cellxgene-schema&subdirectory=cellxgene_schema_cli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
No longer needed |
Reason for Change
Changes
Testing steps
Checklist 🛎️
Notes for Reviewer