File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
6
Clean Architecture Python
2
7
#########################
3
8
@@ -6,4 +11,15 @@ Clean Architecture con Python - Pycon Colombia 2018
6
11
Documentación
7
12
*************
8
13
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 >`_.
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Babel==2.5.3
8
8
certifi == 2018.1.18
9
9
chardet == 3.0.4
10
10
click == 6.7
11
+ codecov == 2.0.15
11
12
coverage == 4.4.2
12
13
docutils == 0.14
13
14
future == 0.16.0
You can’t perform that action at this time.
0 commit comments