feat: Add coverage report instructions

This commit is contained in:
2025-01-18 18:29:04 +01:00
parent e399346c3e
commit 206cd282e6
2 changed files with 24 additions and 0 deletions

4
.coveragerc Normal file
View File

@@ -0,0 +1,4 @@
[run]
omit =
*/migrations/*
*/tests/*