Skip to content

Commit 4a09ea1

Browse files
committed
Add coveralls badge.
1 parent 97a6aef commit 4a09ea1

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default_context:
99
codecov: 'yes'
1010
command_line_interface: 'no'
1111
command_line_interface_bin_name: '-'
12-
coveralls: 'no'
12+
coveralls: 'yes'
1313
distribution_name: tblib
1414
1515
formatter_quote_style: single

README.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,33 @@ Overview
1010
* - docs
1111
- |docs|
1212
* - tests
13-
- |github-actions| |codecov|
13+
- |github-actions| |coveralls| |codecov|
1414
* - package
1515
- |version| |wheel| |supported-versions| |supported-implementations| |commits-since|
1616
.. |docs| image:: https://readthedocs.org/projects/python-tblib/badge/?style=flat
1717
:target: https://readthedocs.org/projects/python-tblib/
1818
:alt: Documentation Status
19-
2019
.. |github-actions| image:: https://github.com/ionelmc/python-tblib/actions/workflows/github-actions.yml/badge.svg
2120
:alt: GitHub Actions Build Status
2221
:target: https://github.com/ionelmc/python-tblib/actions
23-
22+
.. |coveralls| image:: https://coveralls.io/repos/github/ionelmc/python-tblib/badge.svg?branch=master
23+
:alt: Coverage Status
24+
:target: https://coveralls.io/github/ionelmc/python-tblib?branch=master
2425
.. |codecov| image:: https://codecov.io/gh/ionelmc/python-tblib/branch/master/graphs/badge.svg?branch=master
2526
:alt: Coverage Status
2627
:target: https://app.codecov.io/github/ionelmc/python-tblib
27-
2828
.. |version| image:: https://img.shields.io/pypi/v/tblib.svg
2929
:alt: PyPI Package latest release
3030
:target: https://pypi.org/project/tblib
31-
3231
.. |wheel| image:: https://img.shields.io/pypi/wheel/tblib.svg
3332
:alt: PyPI Wheel
3433
:target: https://pypi.org/project/tblib
35-
3634
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/tblib.svg
3735
:alt: Supported versions
3836
:target: https://pypi.org/project/tblib
39-
4037
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/tblib.svg
4138
:alt: Supported implementations
4239
:target: https://pypi.org/project/tblib
43-
4440
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-tblib/v3.1.0.svg
4541
:alt: Commits since latest release
4642
:target: https://github.com/ionelmc/python-tblib/compare/v3.1.0...master

ci/templates/.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
- uses: coverallsapp/github-action@v2
8080
with:
8181
parallel-finished: true
82-
{{ '' }}
82+
{{- '' }}

0 commit comments

Comments
 (0)