Skip to content

Commit 35cd789

Browse files
committed
added coverage badge
1 parent 37be7ae commit 35cd789

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
DocBlockr for Python
22
====================
3+
4+
[![codecov](https://codecov.io/gh/adambullmer/sublime_docblockr_python/branch/master/graph/badge.svg)](https://codecov.io/gh/adambullmer/sublime_docblockr_python)
5+
36
Based off the [DocBlockr](https://github.com/spadgos/sublime-jsdocs) project, This extension provides the similar funtionality but for python docstrings.
47
The default formatter for this plugin is designed around [PEP-257](https://www.python.org/dev/peps/pep-0257/) compliance but with more verbosity: Added variable types, listing class extensions, and listing decorators.
58
The main goal of this project is to help developer provide better documentation by giving easy and consistent formatting.

0 commit comments

Comments
 (0)