okuramasafumi / alba

Alba is a JSON serializer for Ruby, JRuby and TruffleRuby.
https://okuramasafumi.github.io/alba/
MIT License
934 stars 43 forks source link

[Feat] Rails controller integration #370

Closed okuramasafumi closed 3 months ago

okuramasafumi commented 4 months ago

Close #368

The current problem is how to test this feature. I know I can test it with a dummy app, but it seems too heavy.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.82%. Comparing base (99ba225) to head (81c6c80). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #370 +/- ## ======================================= Coverage 99.81% 99.82% ======================================= Files 14 14 Lines 553 570 +17 Branches 129 135 +6 ======================================= + Hits 552 569 +17 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.