Skip to content

Commit 57f1fb3

Browse files
committed
add comments
1 parent 21710d7 commit 57f1fb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ omit =
6363
opal/templates/components/menu_group.html,
6464
opal/templates/components/menu_item.html
6565
branch = True
66+
# the default sysmon core does not support plugins yet and won't detect coverage in Django templates
67+
# https://coverage.readthedocs.io/en/7.11.0/changes.html#version-7-9-1-2025-06-13
68+
# https://coverage.readthedocs.io/en/7.11.0/config.html#run-core
69+
# https://github.com/nedbat/django_coverage_plugin/issues/102
6670
core = ctrace
6771
plugins =
6872
django_coverage_plugin

0 commit comments

Comments
 (0)