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

jgraichen / acfs / 408 / 14
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: fix/url-encode-args
DEFAULT BRANCH: master
Ran 29 May 2016 01:09PM UTC
Files 46
Run time 2s
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

29 May 2016 01:06PM UTC coverage: 96.412% (+0.3%) from 96.128%
2.0, gemfiles/Gemfile.rails-4-1

push

travis-ci

jgraichen
Rework resource types

* Drop `:allow_nil` and `:allow_blank`

  `:allow_nil` should be replaced by validations and `:allow_blank` broke
  much code with less to none use

* All type handle nil, empty and blank strings

  Primitive types cast to false, 0 or 0.0 while other types cast to nil (e.g. DateTime, etc)

Type casting is still strict, casting "123a" to integer will raise an
error and not return 123 like `#to_i`. List and dict types support more
type cohesion methods: `#serializable_hash`, `#to_hash`, `#to_h` on dict
and `#to_ary`, `#to_a` on list.

1021 of 1059 relevant lines covered (96.41%)

67.34 hits per line

Source Files on job 408.14 (2.0, gemfiles/Gemfile.rails-4-1)
  • Tree
  • List 0
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 408
  • Travis Job 408.14
  • e5a5aab6 on github
  • Prev Job for 2.0, gemfiles/Gemfile.rails-4-1 on types (#406.14)
  • Next Job for 2.0, gemfiles/Gemfile.rails-4-1 on types (#410.14)
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

© 2025 Coveralls, Inc