Files
@ r7802:d59026c90f22
Branch filter:
Location: public/kallithea/.coveragerc - annotation
r7802:d59026c90f22
1.1 KiB
text/plain
i18n: drop translations of push-to-lock strings, removed in 99edd97366e3
A few of the dropped strings had meanwhile been translated. That gave conflicts
when rebasing the po update from 99edd97366e3 and to branch head. That was
resolved by dropping these conflicts.
A few of the dropped strings had meanwhile been translated. That gave conflicts
when rebasing the po update from 99edd97366e3 and to branch head. That was
resolved by dropping these conflicts.
r6495:7790b34a0cef r6495:7790b34a0cef r6495:7790b34a0cef r6495:7790b34a0cef r6495:7790b34a0cef r6495:7790b34a0cef r7420:ddee465a345a r6495:7790b34a0cef r6495:7790b34a0cef r6495:7790b34a0cef r6495:7790b34a0cef r6495:7790b34a0cef r6495:7790b34a0cef r6849:0acb46763886 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r7421:4b241f198cf2 r6849:0acb46763886 r6849:0acb46763886 r6849:0acb46763886 r6849:0acb46763886 | [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
|