# .coveragerc to control coverage.py
[run]
omit =
    # omit anything related to the npyscreen library
    */npyscreen/*
    # omit anything related to the urwid library
    urwid/*
    # omit six.py file
    */six.py 

[html]
title = Academic Torrents Coverage Report