Skip to content

Commit c22db9e

Browse files
committed
Update coverage config
1 parent 71d14c3 commit c22db9e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

backend/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,7 @@ testpaths = ["tests"]
187187
source_pkgs = ["plonegovbr.brfields", "tests"]
188188
branch = true
189189
parallel = true
190+
omit = [
191+
"src/plonegovbr/brfields/locales/__init__.py",
192+
"src/plonegovbr/brfields/locales/__main__.py",
193+
]

backend/src/plonegovbr/brfields/profiles.zcml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<configure
22
xmlns="http://namespaces.zope.org/zope"
33
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4+
xmlns:zcml="http://namespaces.zope.org/zcml"
45
i18n_domain="plonegovbr.brfields"
56
>
67

0 commit comments

Comments
 (0)