forked from gcovr/gcovr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
49 lines (42 loc) · 1.42 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
description = Generate C/C++ code coverage reports with gcov
long_description = file: README.rst, AUTHORS.txt
license = BSD
license_file = LICENSE.txt
url = https://gcovr.com
project_urls =
Github = https://github.com/gcovr/gcovr
Issue Tracker = https://github.com/gcovr/gcovr/issues
maintainer = Lukas Atkinson
maintainer_email = [email protected]
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development
Topic :: Software Development :: Quality Assurance
Topic :: Software Development :: Testing
Topic :: Utilities
keywords = gcc, gcov, lcov, coverage, Jenkins, Cobertura
[bdist_wheel]
universal=1
[coverage:report]
exclude_lines =
[#]\s*pragma: no cover
^\s*raise AssertionError\b
^\s*raise NotImplementedError\b
^\s*assert False\b