Sonar-scanner not able to parse python fstrings

Hi @Tmiple ,
Are you sure this is coming from sonar-scanner? Python analyzer doesn’t do any parsing related to coverage: it just reads the provided coverage file.

The error message seems coming from coverage tool instead. Since f-string have been introduced from Python 3.6 , can you double check what Python version is used in your CI environment?