Răsfoiți Sursa

Added coverage and code quality indicators

nuwan_ag 10 ani în urmă
părinte
comite
3216a6115e
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -2,6 +2,9 @@
 libcloudbridge provides a layer of abstraction over different cloud providers. It's a straightfoward implementation of
 the bridge pattern.
 
+[![Code Climate](https://codeclimate.com/github/gvlproject/libcloudbridge/badges/gpa.svg)](https://codeclimate.com/github/gvlproject/libcloudbridge)
+[![Test Coverage](https://codeclimate.com/github/gvlproject/libcloudbridge/badges/coverage.svg)](https://codeclimate.com/github/gvlproject/libcloudbridge/coverage)
+
 Usage example
 ```python
 from cloudbridge.providers.interfaces import CloudProviderFactory