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

abs-lang / abs / 528
71%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 10 May 2019 09:57PM UTC
Jobs 3
Files 7
Run time 3min
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 May 2019 09:55PM UTC coverage: 70.785% (+0.4%) from 70.375%
528

push

travis-ci-com

odino
hash.str() should convert to a valid JSON string, closes #197

The main issue here is that when we convert to a string, we use the
raw value of the AST object. The raw value for a string is `string`,
but that is not valid json (should be `"string"`).

Therefore, I added a new Json() method on all AST objects that
should return a compatible JSON string, and it's used when we
want to convert an hash (and all its key-values) to strings.

```
⧐  {"string": "value", "array": [1,2,3,{"hash": [1,2,null]}]}.str()

{"array": [1, 2, 3, {"hash": [1, 2, null]}], "string": "value"}
```

13 of 13 new or added lines in 2 files covered. (100.0%)

2498 of 3529 relevant lines covered (70.78%)

77.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 528.1 (CONTEXT=abs) 10 May 2019 10:00PM UTC 0
69.57
Travis Job 528.1
2 528.2 (CONTEXT=abs) 10 May 2019 09:57PM UTC 0
70.78
Travis Job 528.2
3 528.3 (CONTEXT=abs) 10 May 2019 09:57PM UTC 0
70.78
Travis Job 528.3
Source Files on build 528
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #528
  • acfc803f on github
  • Prev Build on 1.4.x (#510)
  • Next Build on 1.4.x (#537)
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