Closed dereuromark closed 1 year ago
Base: 88.63% // Head: 88.63% // No change to project coverage :thumbsup:
Coverage data is based on head (
76346ae
) compared to base (5531e13
). Patch coverage: 92.85% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Now that we are using more string types, the type going into those is usually quite clear. This makes it a bit faster but more importantly avoids false positive comparison in some cases where casting would create wrong results.
Follow https://github.com/propelorm/Propel2/pull/1951