qiskit-community / qiskit-algorithms

A library of quantum algorithms for Qiskit.
https://qiskit-community.github.io/qiskit-algorithms/
Apache License 2.0
111 stars 54 forks source link

Add qiskit-neko integration tests #162

Closed ElePT closed 7 months ago

ElePT commented 7 months ago

Summary

Since https://github.com/Qiskit/qiskit-neko/pull/34, the qiskit-neko nature and primitives tests use qiskit_algorithms.

This PR adds a new CI job to run the neko integration tests to (double) check that a proposed PR does not regress compatibility on an API or an integration point with another qiskit project and ensure that algorithms doesn't break CI for another project using neko.

Details and comments

Gap discovered in https://github.com/Qiskit/qiskit-neko/pull/41.

~I've added two jobs, one for the nature tests and one for the primitives tests because I didn't find a way to squeeze both options into one job. Feel free to suggest how to do it if you have a better alternative.~ --> The better alternative is using the new component added in https://github.com/Qiskit/qiskit-neko/pull/43.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 8019925179

Details


Totals Coverage Status
Change from base Build 8008181587: 0.0%
Covered Lines: 6488
Relevant Lines: 7157

💛 - Coveralls