lemur icon indicating copy to clipboard operation
lemur copied to clipboard

Create API coverage tool

Open Kampfkarren opened this issue 6 years ago • 2 comments

Closes #144

Really basic implementation of an API coverage tool. Verifies functions and properties exist.

TODO

  • [x] Create tool
  • [ ] Hook up to CI in some way, maybe a badge on the README?
  • [ ] Fix issues with not ignoring deprecated instances and don't show instances with only deprecated members.
  • [ ] Tests
  • [x] DataModel => Game (would anything break if it was changed from Game.lua to DataModel.lua?)

Kampfkarren avatar Oct 18 '18 23:10 Kampfkarren

Coverage Status

Coverage remained the same at 97.936% when pulling 9719f832e8765f7659953e327a12f4ad58bfa932 on Kampfkarren:apicoverage into 876bc7c4e619697d5a9027e2dc413fa006cbad46 on LPGhatguy:master.

coveralls avatar Oct 18 '18 23:10 coveralls

Example dump: https://gist.github.com/Kampfkarren/3cdf28715b3beecb084e0f945b165ce6

Kampfkarren avatar Oct 19 '18 13:10 Kampfkarren