File: CITATION.cff

package info (click to toggle)
python-coverage 7.6.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,120 kB
  • sloc: python: 30,196; ansic: 1,181; javascript: 773; makefile: 293; sh: 107; xml: 48
file content (22 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

cff-version: 1.2.0
title: "Coverage.py: The code coverage tool for Python"
message: >-
  If you use this software, please cite it using the metadata from this file.
type: software
authors:
  - family-names: Batchelder
    given-names: Ned
    orcid: https://orcid.org/0009-0006-2659-884X
  - name: "Contributors to Coverage.py"
repository-code: "https://github.com/nedbat/coveragepy"
url: "https://coverage.readthedocs.io/"
abstract: >-
  Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program,
  noting which parts of the code have been executed, then analyzes the source to identify code
  that could have been executed but was not.
  Coverage measurement is typically used to gauge the effectiveness of tests. It can show which
  parts of your code are being exercised by tests, and which are not.
license: Apache-2.0