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

herenowcoder / webassembly / 26
100%

Build:
DEFAULT BRANCH: master
Ran 15 Aug 2014 05:30PM UTC
Jobs 2
Files 7
Run time 32s
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
26

push

travis-ci

herenowcoder
Core.St function heads more docs-friendly

Having function head like this:

    def push(state = %{stack: s}, elem)

rendered docs don't show the name of the 1st argument:

    push(arg1, elem)

After switching the sides of the in-head match:

def push(%{stack: s} = state, elem)

1st arg name gets copied to the doc:

    push(state, elem)

It is also cool that when arg is named with an underscore,
docs render it without one.

28 of 28 relevant lines covered (100.0%)

119.0 hits per line

Jobs
ID Job ID Ran Files Coverage
3 26.3 (ELIXIR_VER='v0.15.1') 15 Aug 2014 05:30PM UTC 0
100.0
Travis Job 26.3
4 26.4 (ELIXIR_VER='v0.15.1') 15 Aug 2014 05:30PM UTC 0
100.0
Travis Job 26.4
Source Files on build 26
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #26
  • e4c9ab36 on github
  • Prev Build on master (#25)
  • Next Build on master (#27)
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