This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 7fd35a432ad78ad4a3d6138dc7a0a8c406a08c34 (commit)
via 7691385d7ce69b6c9fb3e57a8875b1f82f23207d (commit)
via 0feb579f0761cfa58a42ca79fa330d184184463c (commit)
via 8890411f9cf8687ebbbec1269f68fa94d3ac344f (commit)
from 0301abee2c622b0718d2181361bc9719d557af6c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/7fd35a432ad78ad4a3d6138dc7a0a8c406a08c34
commit 7fd35a432ad78ad4a3d6138dc7a0a8c406a08c34
Author: Oleg Broytman <ph...@ph...>
Date: Thu Aug 11 07:47:10 2016 +0300
Fix plural form
[skip ci]
diff --git a/docs/News.rst b/docs/News.rst
index 3d80fe6..178d6d2 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -43,7 +43,7 @@ Source code
Tests
-----
-* Test are now run at Circle CI.
+* Tests are now run at Circle CI.
* Use pytest-cov for test coverage. Report test coverage
via coveralls.io and codecov.io.
http://sourceforge.net/p/sqlobject/sqlobject/ci/7691385d7ce69b6c9fb3e57a8875b1f82f23207d
commit 7691385d7ce69b6c9fb3e57a8875b1f82f23207d
Author: Oleg Broytman <ph...@ph...>
Date: Thu Aug 11 07:30:08 2016 +0300
Include circle.yml and .coveragerc into source distribution
[skip ci]
diff --git a/MANIFEST.in b/MANIFEST.in
index ca0fe85..228d7c1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,8 @@
include .gitignore docs/.gitignore
include MANIFEST.in ez_setup.py
-include .travis.yml tox.ini
+include .travis.yml circle.yml tox.ini
include *.rst *.txt docs/LICENSE docs/*.rst docs/rebuild
+include sqlobject/.coveragerc sqlobject/.gitignore
include sqlobject/maxdb/readme.txt
recursive-include debian *
recursive-include docs *.css *.html *.js *.gif *.py
http://sourceforge.net/p/sqlobject/sqlobject/ci/0feb579f0761cfa58a42ca79fa330d184184463c
commit 0feb579f0761cfa58a42ca79fa330d184184463c
Author: Oleg Broytman <ph...@ph...>
Date: Wed Aug 10 18:46:19 2016 +0300
Add Codecov badge
[skip ci]
diff --git a/docs/DeveloperGuide.rst b/docs/DeveloperGuide.rst
index 7b51967..225de5c 100644
--- a/docs/DeveloperGuide.rst
+++ b/docs/DeveloperGuide.rst
@@ -274,11 +274,14 @@ anywhere in your commit messages for commits that don't change code
We use `coverage.py <https://pypi.python.org/pypi/coverage>`_
to measures code coverage by tests and upload the result for analyzis to
`Coveralls <https://coveralls.io/github/sqlobject/sqlobject>`_ and
-`Codecov <https://codecov.io/gh/sqlobject/sqlobject>`_.
+`Codecov <https://codecov.io/gh/sqlobject/sqlobject>`_:
.. image:: https://coveralls.io/repos/github/sqlobject/sqlobject/badge.svg?branch=master
:target: https://coveralls.io/github/sqlobject/sqlobject?branch=master
+.. image:: https://codecov.io/gh/sqlobject/sqlobject/branch/master/graph/badge.svg
+ :target: https://codecov.io/gh/sqlobject/sqlobject
+
Documentation
=============
http://sourceforge.net/p/sqlobject/sqlobject/ci/8890411f9cf8687ebbbec1269f68fa94d3ac344f
commit 8890411f9cf8687ebbbec1269f68fa94d3ac344f
Author: Oleg Broytman <ph...@ph...>
Date: Wed Aug 10 18:45:39 2016 +0300
Change wording: we now run tests not only at Travis
[skip ci]
diff --git a/docs/DeveloperGuide.rst b/docs/DeveloperGuide.rst
index d2e2f16..7b51967 100644
--- a/docs/DeveloperGuide.rst
+++ b/docs/DeveloperGuide.rst
@@ -265,7 +265,7 @@ We now use Travis CI and Circle CI to run tests. See the statuses:
.. image:: https://circleci.com/gh/sqlobject/sqlobject.svg?style=shield
:target: https://circleci.com/gh/sqlobject/sqlobject
-To avoid triggering unnecessary test run at Travis add text
+To avoid triggering unnecessary test run at CI services add text
`[skip ci] or [ci skip]
<https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build>`_
anywhere in your commit messages for commits that don't change code
-----------------------------------------------------------------------
Summary of changes:
MANIFEST.in | 3 ++-
docs/DeveloperGuide.rst | 7 +++++--
docs/News.rst | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
SQLObject development repository
|