File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ cff-version : 1.2.0
2
+ title : " Coverage.py: The code coverage tool for Python"
3
+ message : >-
4
+ If you use this software, please cite it using the metadata from this file.
5
+ type : software
6
+ authors :
7
+ - family-names : Batchelder
8
+ given-names : Ned
9
+ orcid : https://orcid.org/0009-0006-2659-884X
10
+ - name : " Contributors to Coverage.py"
11
+ repository-code : " https://github.com/nedbat/coveragepy"
12
+ url : " https://coverage.readthedocs.io/"
13
+ abstract : >-
14
+ Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program,
15
+ noting which parts of the code have been executed, then analyzes the source to identify code
16
+ that could have been executed but was not.
17
+ Coverage measurement is typically used to gauge the effectiveness of tests. It can show which
18
+ parts of your code are being exercised by tests, and which are not.
19
+ license : Apache-2.0
Original file line number Diff line number Diff line change 8
8
# .tar.gz source distribution would give you everything needed to continue
9
9
# developing the project. "pip install" will not install many of these files.
10
10
11
+ include CITATION.cff
11
12
include CONTRIBUTORS.txt
12
13
include CHANGES.rst
13
14
include LICENSE.txt
You can’t perform that action at this time.
0 commit comments