coveragerc: Remove non-existent path

The futurist/openstack directory does not exist.

Change-Id: I092cad0a0e2721f37f764bde2df0bebf08bbd776
This commit is contained in:
Takashi Kajinami
2023-12-19 20:55:11 +09:00
parent ede42b6ea2
commit 8b98478fad

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = futurist
omit = futurist/tests/*,futurist/openstack/*
omit = futurist/tests/*
[report]
ignore_errors = True