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

abo-abo / lispy / 1050
63%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2017 08:15PM UTC
Jobs 1
Files 2
Run time 1s
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

pending completion
1050

push

travis-ci

abo-abo
lispy.el (lispy-eval-single-outline): Improve

Now works for e.g. this Ruby notebook:

    #* Test 1
    #** define a class
    class A
      def m1
        @foo = 0
      end
      def foo
        @foo
      end
    end

    #** make x:
    x = A.new
    # => #<A:0x00000001745ff8>
    #** different object than x:
    y = A.new
    # => #<A:0x00000001733c90>
    #** alias to x:
    z = x
    # => #<A:0x00000001745ff8>
    #**:
    # get back nil because instance variable not initialized
    x.foo
    # => nil
    #** create @foo in object x refers to:
    x.m1
    # => 0
    #**:
    x.foo
    # => 0
    #* Test 2:
    2+2
    # => 4

All values are inserted and updated properly on subsequent evals.

3495 of 5638 relevant lines covered (61.99%)

48.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1050.1 (emacs=emacs-snapshot) 20 Apr 2017 08:15PM UTC 0
61.99
Travis Job 1050.1
Source Files on build 1050
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1050
  • bd9ef696 on github
  • Prev Build on master (#1049)
  • Next Build on master (#1051)
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