File: .coveragerc

package info (click to toggle)
python-django-celery-beat 2.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,176 kB
  • sloc: python: 3,437; makefile: 321; sh: 22
file content (11 lines) | stat: -rw-r--r-- 169 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_beat/*
omit = django_celery_beat.tests.*

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