File: .coveragerc

package info (click to toggle)
python-django-celery-results 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 416 kB
  • sloc: python: 736; makefile: 322
file content (11 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (4)
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/*