From cc85a48d088e188b648907fdfe7e5e3931910b7e Mon Sep 17 00:00:00 2001 From: Boxi Li Date: Wed, 18 Aug 2021 17:28:29 +0200 Subject: [PATCH] add maintainability and coverage badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1368064b..cb03f64f 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Documentation Status](https://readthedocs.org/projects/qutip-qip/badge/?version=latest)](https://qutip-qip.readthedocs.io/en/latest/) [![PyPI version](https://badge.fury.io/py/qutip-qip.svg)](https://badge.fury.io/py/qutip-qip) [![arXiv paper](https://img.shields.io/badge/arXiv-2105.09902-.svg)](https://arxiv.org/abs/2105.09902) +[![Maintainability](https://api.codeclimate.com/v1/badges/30293d7b8eb249f8d679/maintainability)](https://codeclimate.com/github/qutip/qutip-qip/maintainability) +[![Coverage Status](https://coveralls.io/repos/github/qutip/qutip-qip/badge.svg)](https://coveralls.io/github/qutip/qutip-qip) The qutip-qip package used to be a module ``qutip.qip`` under [QuTiP (Quantum Toolbox in Python)](http://qutip.org/index.html). From QuTiP 5.0, the community has decided to decrease the size of the core QuTiP package by reducing the external dependencies, in order to simplify maintenance.