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

herenowcoder / webassembly / 27 / 2
100%
master: 100%

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

15 Aug 2014 05:29PM UTC coverage: 100.0%. First build
ELIXIR_VER='v0.15.0'

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%)

59.5 hits per line

Source Files on job 27.2 (ELIXIR_VER='v0.15.0')
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27
  • Travis Job 27.2
  • 06c20d70 on github
  • Next Job for ELIXIR_VER='v0.15.0' on master (#28.1)
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