Skip to content

Add code coverage badge to README.md#148

Merged
rathishcholarajan merged 2 commits into
Qiskit:mainfrom
daka1510:coverage-badge
Feb 15, 2022
Merged

Add code coverage badge to README.md#148
rathishcholarajan merged 2 commits into
Qiskit:mainfrom
daka1510:coverage-badge

Conversation

@daka1510
Copy link
Copy Markdown
Contributor

@daka1510 daka1510 commented Feb 15, 2022

Summary

With #144 we started reporting code coverage metrics to coveralls.io. This PR adds a badge to the README so that interested parties can easily navigate to and review coverage metrics

Details and comments

Fixes #22

Copy link
Copy Markdown
Member

@rathishcholarajan rathishcholarajan left a comment

Choose a reason for hiding this comment

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

LGTM!

@rathishcholarajan rathishcholarajan merged commit 22f7b66 into Qiskit:main Feb 15, 2022
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 1847910704

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 189 unchanged lines in 17 files lost coverage.
  • Overall coverage decreased (-5.4%) to 58.03%

Files with Coverage Reduction New Missed Lines %
qiskit_ibm_runtime/accounts/account.py 1 93.02%
qiskit_ibm_runtime/ibm_backend.py 1 60.0%
qiskit_ibm_runtime/runtime_program.py 1 88.68%
qiskit_ibm_runtime/api/auth.py 2 74.19%
qiskit_ibm_runtime/utils/backend_decoder.py 2 47.54%
qiskit_ibm_runtime/api/clients/base.py 4 88.03%
qiskit_ibm_runtime/utils/converters.py 6 18.97%
qiskit_ibm_runtime/api/rest/program_job.py 9 60.87%
qiskit_ibm_runtime/api/rest/cloud_backend.py 11 37.5%
qiskit_ibm_runtime/api/session.py 11 70.54%
Totals Coverage Status
Change from base Build 1846800755: -5.4%
Covered Lines: 2009
Relevant Lines: 3462

💛 - Coveralls

blakejohnson pushed a commit to blakejohnson/qiskit-ibm-runtime that referenced this pull request May 26, 2023
* BaseBackend has been deprecated - move to versioned classes

* Update vqe.py
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.

Enable automated code coverage reports

4 participants