File: .coveragerc

package info (click to toggle)
nipy 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,352 kB
  • sloc: python: 39,115; ansic: 30,931; makefile: 210; sh: 93
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
[run]
branch = True
source = nipy
include = */nipy/*
omit =
    */nipy/fixes/*
    */nipy/externals/*
    */benchmarks/*
    */bench/*
    */setup.py