Skip to content

Commit

Permalink
Coveralls in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Mar 25, 2019
1 parent 303a43d commit 0f32a15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ python:

install:
- pip install coverage
- pip install .[test]
- pip install coveralls
- pip install -e .[test]

script:
- python -m yafowil.tests.__init__
- coverage run --source src/yafowil -m yafowil.tests.__init__
- coverage report

script: python -m yafowil.tests.__init__
after_success:
- bin/coverage run --source src/yafowil src/yafowil/tests/__init__.py
- bin/coverage report
- bin/coverage html
- coveralls
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
:target: https://pypi.python.org/pypi/yafowil
:alt: Number of PyPI downloads

.. image:: https://travis-ci.org/bluedynamics/yafowil.svg?branch=master
:target: https://travis-ci.org/bluedynamics/yafowil

.. image:: https://coveralls.io/repos/github/bluedynamics/yafowil/badge.svg?branch=master
:target: https://coveralls.io/github/bluedynamics/yafowil?branch=master

YAFOWIL offers html-form creation and modification at runtime.
It is light-weight and provides an extensible, reusable set of blueprints to build flexible forms.
Expand Down

0 comments on commit 0f32a15

Please sign in to comment.