Skip to content

Commit

Permalink
Changed coverage-badge for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
cganterh committed Mar 24, 2018
1 parent 94ab9cb commit 7b081df
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 33 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ _test:

.PHONY: report
report: _test
coverage-badge -qfo coverage.svg
coverage report

.PHONY: sdist bdist_wheel
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ mypy = "*"
coverage = "*"
"flake8" = "*"
"flake8-docstrings" = "*"
coverage-badge = "*"
wheel = "*"
twine = "*"
9 changes: 1 addition & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Le
==

.. image:: https://travis-ci.org/cganterh/le.svg?branch=master
.. image:: https://raw.githubusercontent.com/cganterh/le/master/coverage.svg?sanitize=true
.. image:: https://coveralls.io/repos/github/cganterh/le/badge.svg?branch=master
:target: https://coveralls.io/github/cganterh/le?branch=master


Le is a silly extensible chatbot. This package is designed to load plugins in the entry point
groups ``le.parsers``, ``le.handlers`` and ``le.handlers.chat``.
Expand Down
21 changes: 0 additions & 21 deletions coverage.svg

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = le
version = 1.0.14
version = 1.0.15
url = https://github.com/cganterh/le
author = Cristóbal Ganter
author_email = cganterh@gmail.com
Expand Down

0 comments on commit 7b081df

Please sign in to comment.