Python coverage always unknown

Hello.

Fortunately, one of our admins was able to help me referencing: CI/CD coverage is not able to capture coverage generated by pytest-cov (#48613) 路 Issues 路 GitLab.org / GitLab FOSS 路 GitLab

So in the end the regex didn鈥檛 fit even though it looks like it would.
The correct regex is:
*TOTAL.*\s+(\d+%)$*

and now it is working :slight_smile:

Thanks!