File: .coveragerc

package info (click to toggle)
python-django-celery-results 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: python: 2,373; makefile: 312; sh: 7; sql: 2
file content (11 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
[run]
branch = 1
cover_pylib = 0
include = *django_celery_results/*
omit = t/*

[report]
omit =
    */python?.?/*
    */site-packages/*
    */pypy/*