Closed Drvi closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
97f55ed
) 92.34% compared to head (18539db
) 92.46%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We use reflection to traverse generated structs in tests that relied on
Vectors
not having any fields, this changed on master so we tweaked the logic to reflect that.Also, codec tests were tweaked to always generate new Julia definitions instead of hard-coding them manually. While doing that I noticed that
"struct"
was not treated as a reserved keyword, but it should be as it cannot appear as an identifier or a field name.