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

RichTeaLang / RichTea / 45 / 1
64%
master: 64%

Build:
DEFAULT BRANCH: master
Ran 03 Aug 2016 11:59PM UTC
Files 78
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

03 Aug 2016 11:57PM UTC coverage: 64.859% (+6.8%) from 58.019%
45.1

push

travis-ci

Richard-Walton
Extended *parser* support to handle new branch syntax.

(Runtime support not yet added.  The following changes can be *parsed* but will not be accessable via the runtime)

 - To avoid amibuities in RichTea syntax, branches must now begin with ":"
 - Removed optional "#" prefix for branches
 - Added support for guards (boolean checks which can stop exeuction of the branch)
 - Added support for attributes (list of attributes the branch makes available when executed)
 - Attributes support default values
 - Added basic tests for the new syntax parsing

Changes:

Prev: myFn({ ... })
Now:  myFn(:{ ... })

Prev: myFn(namedBranch { ... })
Now:  myFn(:namedBranch { ... })

Added: myFn(x:10 :branch(this.x > 9) { ... })
Added: myFn(:branch |named, attributes, in, branch, context| { ... })

E.g.

if(x :then {

} :elseif(y) {

})

3553 of 5478 relevant lines covered (64.86%)

5459.65 hits per line

Source Files on job 45.1
  • Tree
  • List 0
  • Changed 42
  • Source Changed 8
  • Coverage Changed 42
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 45
  • Travis Job 45.1
  • 5f45751d on github
  • Prev Job for on master (#44.1)
  • Next Job for on master (#46.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