Skip to content

Commit 2dac6df

Browse files
author
Esteban Echeverry
committed
Merge branch 'feat/03_coordinators' into feat/04_infrastructure
2 parents 6f92fa6 + 5c14dd7 commit 2dac6df

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. image:: https://travis-ci.org/nubark/clean-architecture-python.svg?branch=master
2+
:target: https://travis-ci.org/nubark/clean-architecture-python
3+
.. image:: https://codecov.io/gh/nubark/clean-architecture-python/branch/master/graph/badge.svg
4+
:target: https://codecov.io/gh/nubark/clean-architecture-python
5+
16
Clean Architecture Python
27
#########################
38

@@ -6,4 +11,15 @@ Clean Architecture con Python - Pycon Colombia 2018
611
Documentación
712
*************
813

9-
http://clean-architecture-python.readthedocs.io
14+
http://clean-architecture-python.readthedocs.io
15+
16+
Cobertura
17+
*********
18+
19+
.. image:: https://codecov.io/gh/nubark/clean-architecture-python/branch/master/graph/sunburst.svg
20+
:target: https://codecov.io/gh/nubark/clean-architecture-python
21+
22+
Licencia
23+
********
24+
25+
`MIT License <LICENSE>`_.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Babel==2.5.3
88
certifi==2018.1.18
99
chardet==3.0.4
1010
click==6.7
11+
codecov==2.0.15
1112
coverage==4.4.2
1213
docutils==0.14
1314
future==0.16.0

0 commit comments

Comments
 (0)