Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.coveragerc - github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a82a00dfb0cb0277dd83a570ef94ca690df606f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[report]
exclude_lines =
    pragma : no cover
    def __repr__
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:

[run]
relative_files = True
omit =
    nextcloudappstore/wsgi.py
    nextcloudappstore/core/migrations/*