I am trying to find the coverage using coverage module for a django project but gets
Coverage.py warning: No data was collected. (no-data-collected)
if you need to use 'source' in your .coveragerc, you can write as below
.coveragerc
[run] source = src omit = *migrations*, *tests* plugins = django_coverage_plugin