• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Alloyed / lua-lsp / 38 / 3
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 22 Nov 2017 07:46AM UTC
Files 7
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Nov 2017 07:41AM UTC coverage: 69.869% (-0.3%) from 70.158%
LUA="lua=5.3"

push

travis-ci

Alloyed
Hide "self" parameter in method signatures

note that since methods aren't distinguished in any way from functions,
we assign special meaning when the first parameter in an arglist is
named "self". this means that both of these are considered valid
methods:

    function obj:method()
    end

    function obj.method(self)
    end

but this wouldn't be, even if the first argument is appropriately typed.

    function obj.method(this)
    end

800 of 1145 relevant lines covered (69.87%)

26.09 hits per line

Source Files on job 38.3 (LUA="lua=5.3")
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 38
  • Travis Job 38.3
  • 3a060790 on github
  • Prev Job for LUA="lua=5.3" on master (#37.3)
  • Next Job for LUA="lua=5.3" on master (#47.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc