From 97c70ede0ed3984bd06a1870f865096a25defb2c Mon Sep 17 00:00:00 2001 From: Jon Pentland Date: Thu, 7 Sep 2017 12:57:57 +0100 Subject: [PATCH 1/2] Don't open bin/createcoverage results in browser Update readme --- .travis.yml | 2 +- CHANGES.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d0e206..2a23b0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,6 @@ script: - bin/code-analysis - bin/test after_success: - - bin/createcoverage + - bin/createcoverage -d . - python -m coverage.pickle2json - coveralls diff --git a/CHANGES.rst b/CHANGES.rst index c5d623d..38bac5a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,8 @@ Changelog 2.0a8 (unreleased) ------------------ -- Nothing changed yet. +- Fix to failing travis tests, ``bin/createcoverage`` tries to open browser. + [instification] 2.0a7 (2017-08-16) From 6ae8a483adfad6078fb0a7485fd1a5ba7c1f3bd2 Mon Sep 17 00:00:00 2001 From: Jon Pentland Date: Thu, 7 Sep 2017 13:28:29 +0100 Subject: [PATCH 2/2] Update coverage image url in README --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 19e55ea..9fcc192 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,10 @@ .. image:: https://travis-ci.org/collective/plone.recipe.varnish.svg?branch=master :target: https://travis-ci.org/collective/plone.recipe.varnish -.. image:: https://coveralls.io/repos/collective/plone.recipe.varnish/badge.svg?branch=master&service=github +.. image:: https://coveralls.io/repos/github/collective/plone.recipe.varnish/badge.svg?branch=master :target: https://coveralls.io/github/collective/plone.recipe.varnish?branch=master + Varnish recipe for buildout ===========================