File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 0.4 (July 26th, 2017)
2+ * Python 3 compatibility (by @nitnelave )
3+ * Add YML config for exclude_lines_pattern. (by @jkjjnitnelave )
4+ * Add an option to provide a pattern of excluded lines (#117 by @nitnelave )
5+ * Fix error reporting on non-git directory (#114 by @eddyxu )
6+ * Adding ` urllib3[secure] ` to requirements.txt. (#108 by @mkfifo )
7+ * Update README to reference supported environment variables. (#107 by @jtbandes )
8+
19Version 0.3.12 (August 29th, 2016)
210 * Support COVERALLS_ENDPOINT for Enterprise usage (#106 by @nickmerwin )
311 * Support for lcov .info file upload and max line coverage count (#104 by @sumedhghaisas )
Original file line number Diff line number Diff line change 22from __future__ import print_function
33
44__author__ = 'Lei Xu <eddyxu@gmail.com>'
5- __version__ = '0.3.12 '
5+ __version__ = '0.4.0 '
66
77__classifiers__ = [
88 'Development Status :: 3 - Alpha' ,
1717 'Topic :: Utilities' ,
1818]
1919
20- __copyright__ = '2015 , %s ' % __author__
20+ __copyright__ = '2017 , %s ' % __author__
2121__license__ = """
2222 Copyright %s.
2323
You can’t perform that action at this time.
0 commit comments