We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3834e6 commit ab588fdCopy full SHA for ab588fd
setup.cfg
@@ -2,7 +2,7 @@
2
name = python_arsenal
3
summary = Python useful utilities methods, only for Python3
4
author = xiayubin
5
-author-email = xiayubin@patsnap.com
+author-email = supercoderhawk@gmail.com
6
license = MIT
7
home-page = git@github.com:supercoderhawk/python_arsenal.git
8
description-file = README.rst
@@ -47,6 +47,7 @@ addopts = tests
47
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
48
# in order to write a coverage file that can be read by Jenkins.
49
addopts =
50
+; --no-cov
51
--cov python_arsenal --cov-report term-missing
52
--verbose
53
0 commit comments