Closed stronk7 closed 6 months ago
These are the results when executing it against core (4.5dev). 492 cases detected and fixed.
https://github.com/stronk7/moodle/commit/c22f9e08f88c643bb3d56c694df9fb76ce233f96
Ciao :-)
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.99%. Comparing base (
4431d70
) to head (7d14837
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @andrewnicols , I've cherry-picked your commit here, and applied a few small (comments, problem cases) modifications to it, to better understand what's going with those empty methods.
I think this now is perfect! 😎
It detects various situations like:
And, when possible, tries to fix the missing ones (not others) by adding them in a correct place:
Only for 405 and above.
Of course, covered with tests.
Fixes #106
Note that this is built on top of #162.