adsabs/biblib-service

View on GitHub
.coveragerc

Summary

Maintainability
Test Coverage
[run]
omit =
    */python?.?/*
    */lib-python/?.?/*.py
    */lib_pypy/_*.py
    */site-packages/ordereddict.py
    */site-packages/nose/*
    */unittest2/*
    biblib/tests*

[report]
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover