enhancementgood first issue
Repository metrics
- Stars
- (1,626 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
This issue is related to the latest HTML report feature. Currently, some of the NBI strings are represented as bytes string literals with a ‘b’ prefix in the HTML report (see screenshot). One solution could be to use chardet to detect encoding and then use the decoded strings in the report.