view .coveragerc @ 7850:a2e4b24a8560

i18n: update name/email of 'marcinkuzminski' In scripts/contributor_data.py, there are already two 'name fixes' for 'marcink' and 'Marcin Kuzminski' to align all contributions with these names to a specific name and email address. Assuming they want to use the single email address as specified earlier, we map the entry 'marcinkuzminski' in the i18n .po files on the same name/email.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Thu, 29 Aug 2019 21:22:19 +0200
parents 4b241f198cf2
children d332fca29474
line wrap: on
line source

[run]
omit =
    # the bin scripts are not part of the Kallithea web app
    kallithea/bin/*
    # we ship with no active extensions
    kallithea/config/rcextensions/*
    # dbmigrate is not a part of the Kallithea web app
    kallithea/lib/dbmigrate/*
    # the tests themselves should not be part of the coverage report
    kallithea/tests/*
    # the scm hooks are not run in the kallithea process
    kallithea/config/post_receive_tmpl.py
    kallithea/config/pre_receive_tmpl.py

# same omit lines should be present in sections 'run' and 'report'
[report]
omit =
    # the bin scripts are not part of the Kallithea web app
    kallithea/bin/*
    # we ship with no active extensions
    kallithea/config/rcextensions/*
    # dbmigrate is not a part of the Kallithea web app
    kallithea/lib/dbmigrate/*
    # the tests themselves should not be part of the coverage report
    kallithea/tests/*
    # the scm hooks are not run in the kallithea process
    kallithea/config/post_receive_tmpl.py
    kallithea/config/pre_receive_tmpl.py

[paths]
source =
    kallithea/
    **/workspace/*/kallithea