From 3cfc5ad7fafd62942928007b609a08e63e7c621e Mon Sep 17 00:00:00 2001 From: Carlos Falcon Date: Fri, 15 Dec 2017 08:46:00 +0100 Subject: [PATCH 1/5] Create .coveralls.yml --- .coveralls.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .coveralls.yml 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 From 3f2b73392096b81b68e5b88d4767eda811ddebaa Mon Sep 17 00:00:00 2001 From: Carlos Falcon Date: Fri, 15 Dec 2017 08:48:10 +0100 Subject: [PATCH 2/5] Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 1e16ca594..a1f079064 100644 --- a/README.rst +++ b/README.rst @@ -36,3 +36,5 @@ Taurus is a control and data acquisition python module Main web site: http://taurus-scada.org +[![Coverage Status](https://coveralls.io/repos/github/cmft/taurus/badge.svg?branch=develop)](https://coveralls.io/github/cmft/taurus?branch=develop) + From 2ef65a8cdf5d2fa05d0be20e8bfcbd8089eb3b8a Mon Sep 17 00:00:00 2001 From: Carlos Falcon Date: Fri, 15 Dec 2017 08:50:24 +0100 Subject: [PATCH 3/5] Update README.rst --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index a1f079064..1e16ca594 100644 --- a/README.rst +++ b/README.rst @@ -36,5 +36,3 @@ Taurus is a control and data acquisition python module Main web site: http://taurus-scada.org -[![Coverage Status](https://coveralls.io/repos/github/cmft/taurus/badge.svg?branch=develop)](https://coveralls.io/github/cmft/taurus?branch=develop) - From d7144cef988b332aaaddb8cb5cb57666cf3048a8 Mon Sep 17 00:00:00 2001 From: Carlos Falcon Date: Fri, 15 Dec 2017 08:53:53 +0100 Subject: [PATCH 4/5] Update README.rst --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 + + + From 7ea058cf0d93d79d9bc73c14fe26434f4912b398 Mon Sep 17 00:00:00 2001 From: cfalcon Date: Fri, 15 Dec 2017 09:02:34 +0100 Subject: [PATCH 5/5] test coveralls --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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