Closed DuDaAG closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.10%. Comparing base (
2ebca4d
) to head (a83d74b
). Report is 17 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Number of Tests | Previous Status | Current Status |
---|---|---|
2 | Failed | Intended |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
The
STRLEN
function now correctly counts the number of UTF codepoints in the Input (previously: The number of bytes in the UTF-8 serialization). So for exampleSTRLEN("Bäh") now correctly returns
3`.