CI: fix code coverage collection.
This has been broken since commit d71e19e2 (2020-07-22).
This commit is contained in:
parent
9746138e55
commit
80194e1a7e
3 changed files with 2 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ except ImportError:
|
|||
# No importlib_metadata. This shouldn't normally happen, but some people prefer not installing
|
||||
# packages via pip at all, instead using PYTHONPATH directly or copying the package files into
|
||||
# `lib/pythonX.Y/site-packages`. Although not a recommended way, we still try to support it.
|
||||
__version__ = "unknown"
|
||||
__version__ = "unknown" # :nocov:
|
||||
|
||||
|
||||
from .hdl import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue