Skip to content
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

Apply changes for the files functionality #43

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Tansito
Copy link
Member

@Tansito Tansito commented Jan 13, 2025

Summary

This PR will apply the changes proposed in Qiskit/qiskit-serverless#1509 for the Files Management feature.

@@ -14,7 +14,7 @@ authors = []
dependencies = [
"certifi>=2021.5.30",
"importlib_metadata>=4.8.1",
"qiskit_serverless>=0.18.0, <0.19.0",
"qiskit_serverless @ git+https://github.com/Qiskit/qiskit-serverless.git#subdirectory=client",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is just for the purpose of the PR to compare with our current development repository in serverless. It will need to be restore it before merge.

@@ -37,7 +41,7 @@ setenv =
commands =
coverage3 run --source qiskit_ibm_catalog --parallel-mode -m pytest --doctest-modules
coverage3 combine
coverage3 report --fail-under=70
coverage3 report --fail-under=50
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I needed to reduce the ratio coverage until we can dedicate resources to improve this package.

@Tansito Tansito requested a review from a team January 13, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant