File: .coveragerc

package info (click to toggle)
pyranges 0.0.111%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20,676 kB
  • sloc: python: 5,548; makefile: 29; sh: 6
file content (11 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# .coveragerc to control coverage.py

[report]
omit = 
    pyranges/*flycheck*
    # genomicfeatures not officially supported yet
    pyranges/genomicfeatures.py
    # .coveragerc to control coverage.py
    pyranges/db/ensembl.py 
    pyranges/db/gencode.py
    pyranges/db/methods.py