fix: added __pypackages__ to omitted coverage. Testing on remote due to __pypackages__ not showing locally

This commit is contained in:
alec.schmidt
2025-03-27 09:22:14 +01:00
committed by Klagarge
parent 394cc91ec6
commit c81193364d

View File

@@ -1,2 +1,5 @@
[run]
omit=/usr/lib/python3/dist-packages/*
omit=
/usr/lib/python3/dist-packages/*
./__pypackages__
./src/__pypackages__