Skip to content

Commit 15cf306

Browse files
committed
Switch to codecov
1 parent 8fa51c0 commit 15cf306

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ addons:
3737
- libevent-dev
3838
- libncurses-dev
3939
after_success:
40-
- coveralls
40+
- bash <(curl -s https://codecov.io/bash)

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ tests .. code-block:: bash
207207
:alt: Build Status
208208
:target: https://travis-ci.org/tony/libtmux
209209

210-
.. |coverage| image:: https://img.shields.io/coveralls/tony/libtmux.svg
210+
.. |coverage| image:: https://codecov.io/gh/tony/libtmux/branch/master/graph/badge.svg
211211
:alt: Code Coverage
212-
:target: https://coveralls.io/r/tony/libtmux?branch=master
212+
:target: https://codecov.io/gh/tony/libtmux
213213

214214
.. |license| image:: https://img.shields.io/github/license/tony/libtmux.svg
215215
:alt: License

0 commit comments

Comments
 (0)