This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Enable code coverage reports, add consolidated CI workflow#248
Merged
rathishcholarajan merged 4 commits intoQiskit:mainfrom Mar 4, 2022
Merged
Enable code coverage reports, add consolidated CI workflow#248rathishcholarajan merged 4 commits intoQiskit:mainfrom
rathishcholarajan merged 4 commits intoQiskit:mainfrom
Conversation
Collaborator
Author
|
See https://github.com/daka1510/qiskit-ibm-provider/actions/runs/1922585087 for sample workflow run. The CI checks fail at the moment because there is an unused import (introduced via https://github.com/Qiskit/qiskit-ibm-provider/pull/246/files). This will be fixed via #247. I do not want to fix it here as well to avoid merge conflicts. |
# Conflicts: # requirements-dev.txt # setup.cfg
Collaborator
Author
|
@rathishcholarajan please ignore the CI lint failures. They are due to pylint-dev/pylint#3882 (i.e. Python 3.9 does not work with the back-level version of pylint that we use). I'll cover that via a follow-up PR (#250). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
based on latest updates in https://github.com/qiskit/qiskit-ibm-runtime
Summary
pushandprworkflows into a singleciworkflowDetails and comments
Prepare for first release. Use a consistent approach with https://github.com/Qiskit/qiskit-ibm-runtime.