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

abo-abo / lispy / 1249
63%

Build:
DEFAULT BRANCH: master
Ran 11 Nov 2018 08:18PM UTC
Jobs 2
Files 2
Run time 26s
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
1249

push

travis-ci

abo-abo
lispy-clojure.clj (guess-intent): Fix shadow-dest for doseq and for

Example:

    (let [files (list "f1" "f2" "f3")]
      (doseq [f files]
        (println f)))

Press "e" on (list "f1" "f2" "f3") to get (means we've shadow-bound `files'):

    {:files ("f1" "f2" "f3")}

Press "e" on [f files] to get (means we've shadow-bound `f' to the first element of `files'):

    {:f "f1"}

Press "e" on (println f) to get (we're using our shadow-binding here):

    f1

    nil

3677 of 5903 relevant lines covered (62.29%)

106.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1249.1 (emacs=emacs25) 11 Nov 2018 08:19PM UTC 0
62.3
Travis Job 1249.1
2 1249.2 (emacs=emacs-snapshot) 11 Nov 2018 08:18PM UTC 0
62.29
Travis Job 1249.2
Source Files on build 1249
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1249
  • b4caf1f3 on github
  • Prev Build on master (#1248)
  • Next Build on master (#1250)
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