File: .coveragerc

package info (click to toggle)
python-sparse 0.16.0a9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,948 kB
  • sloc: python: 9,959; makefile: 8; sh: 3
file content (14 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
source=
    sparse/

omit=
    sparse/_version.py
    sparse/tests/*
    sparse/numba_backend/tests/*

[report]
exclude_lines =
    pragma: no cover
    return NotImplemented
    raise NotImplementedError