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

elves / elvish / 2419
46%

Build:
DEFAULT BRANCH: master
Ran 09 Apr 2019 11:01PM UTC
Jobs 2
Files 261
Run time 1min
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

09 Apr 2019 10:46PM UTC coverage: 58.108% (-0.005%) from 58.113%
2419

push

travis-ci

xiaq
Basic support for float64 as an Elvish type. This addresses #816.

Float64 values are printed like (float64 42). However, the float64
builtin does not actually exist yet, and builtin math functions do not
accept float64 arguments either.

However, after this CL, from-json | to-json is now an identity operator.
Previously:

~> echo '[1]' | from-json | to-json
["1"]

Now:

~> echo '[1]' | from-json | to-json
[1]

It is also possible to use from-json to construct float64 values before
the float64 builtin is actually implemented.

5 of 5 new or added lines in 3 files covered. (100.0%)

9546 of 16428 relevant lines covered (58.11%)

1.32 hits per line

Jobs
ID Job ID Ran Files Coverage
9 2419.9 (CGO_ENABLED=0) 09 Apr 2019 11:01PM UTC 0
58.11
Travis Job 2419.9
10 2419.10 (CGO_ENABLED=0) 09 Apr 2019 11:02PM UTC 0
58.08
Travis Job 2419.10
Source Files on build 2419
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2419
  • 2ce05eb1 on github
  • Prev Build on master (#2418)
  • Next Build on master (#2426)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc