diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 000000000..a9ac53bf6 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1 @@ +repo_token: 5Zr0jCWOoTOxBckWZlCyGqv5nKn21b7JC diff --git a/CHANGELOG.md b/CHANGELOG.md index c705c28e6..2b3f7b835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ For a full log of commits since Jul16, run (in your git repo): - Exception when creating non-exported tango devices (#262) - Bug causing random failures in the test suite(#261) - Documentation issues(#351, #350, #349) +- test ### Removed - `TaurusBaseEditor2` class diff --git a/README.rst b/README.rst index 1e16ca594..cb882546d 100644 --- a/README.rst +++ b/README.rst @@ -27,6 +27,9 @@ :target: https://ci.appveyor.com/project/taurusorg/taurus/branch/develop :alt: Appveyor +.. image:: https://coveralls.io/repos/github/cmft/taurus/badge.svg?branch=develop + :target: https://coveralls.io/github/cmft/taurus?branch=develop + Taurus ======== @@ -36,3 +39,6 @@ Taurus is a control and data acquisition python module Main web site: http://taurus-scada.org + + +