We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21710d7 commit 57f1fb3Copy full SHA for 57f1fb3
setup.cfg
@@ -63,6 +63,10 @@ omit =
63
opal/templates/components/menu_group.html,
64
opal/templates/components/menu_item.html
65
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
70
core = ctrace
71
plugins =
72
django_coverage_plugin
0 commit comments