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

stanford-oval / thingtalk / 999 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 10 Aug 2020 12:30AM UTC
Files 62
Run time 3s
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

10 Aug 2020 12:28AM UTC coverage: 80.553% (+0.06%) from 80.494%
COVERALLS_PARALLEL=true GH_TOKEN=[secure]

push

travis-ci-com

web-flow
Add support for partial Date syntax (#232)

Now in ThingTalk one may create Date objects without explicitly specifying
all the parameters. Missing parameters are assumed to be either the present
(if to the left of the provided parameters), or the smallest possible (if to the right
of the provided parameters). Additionally, two-digit years are assumed to be
abbreviations for years between 1950 and 2050 (excluded). For example:
new Date(95, 2, ) refers to the first of February in 1995. 
new Date(, , 28, 7, 30, 0) refers to 7:30 on the 28th of the current month and year.

The NN syntax for such dates omits the missing parameters, and represents time as a
TIME entity, to be found in context.
The AST Date value represents this by use of the DatePiece class (introduced here).

4420 of 5879 branches covered (75.18%)

Branch coverage included in aggregate %.

8620 of 10309 relevant lines covered (83.62%)

778.56 hits per line

Source Files on job 999.1 (COVERALLS_PARALLEL=true GH_TOKEN=[secure])
  • Tree
  • List 0
  • Changed 26
  • Source Changed 6
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 769
  • Travis Job 999.1
  • 0857cb2e on github
  • Prev Job for COVERALLS_PARALLEL=true GH_TOKEN=[secure] on master (#997.2)
  • Next Job for COVERALLS_PARALLEL=true GH_TOKEN=[secure] on master (#1005.2)
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