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

treble37 / digger
88%
master: 85%

Build:
Build:
LAST BUILD BRANCH: dependabot/hex/credo-1.5.6
DEFAULT BRANCH: master
Repo Added 13 Sep 2017 04:15AM UTC
Files 45
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

LAST BUILD ON BRANCH camel_list
branch: camel_list
CHANGE BRANCH
x
Reset
  • camel_list
  • booleans
  • bump_deps
  • camel
  • dependabot/add-v2-config-file
  • dependabot/hex/credo-0.10.0
  • dependabot/hex/credo-0.10.1
  • dependabot/hex/credo-0.10.2
  • dependabot/hex/credo-0.9.3
  • dependabot/hex/credo-1.0.0
  • dependabot/hex/credo-1.0.1
  • dependabot/hex/credo-1.0.2
  • dependabot/hex/credo-1.0.3
  • dependabot/hex/credo-1.0.4
  • dependabot/hex/credo-1.0.5
  • dependabot/hex/credo-1.1.0
  • dependabot/hex/credo-1.1.1
  • dependabot/hex/credo-1.1.2
  • dependabot/hex/credo-1.1.3
  • dependabot/hex/credo-1.1.4
  • dependabot/hex/credo-1.4.0
  • dependabot/hex/credo-1.4.1
  • dependabot/hex/credo-1.5.0
  • dependabot/hex/credo-1.5.1
  • dependabot/hex/credo-1.5.2
  • dependabot/hex/credo-1.5.3
  • dependabot/hex/credo-1.5.4
  • dependabot/hex/credo-1.5.5
  • dependabot/hex/credo-1.5.6
  • dependabot/hex/ex_doc-0.18.3
  • dependabot/hex/ex_doc-0.18.4
  • dependabot/hex/ex_doc-0.19.0
  • dependabot/hex/ex_doc-0.19.1
  • dependabot/hex/ex_doc-0.19.2
  • dependabot/hex/ex_doc-0.19.3
  • dependabot/hex/ex_doc-0.20.0
  • dependabot/hex/ex_doc-0.20.1
  • dependabot/hex/ex_doc-0.20.2
  • dependabot/hex/ex_doc-0.21.0
  • dependabot/hex/ex_doc-0.21.1
  • dependabot/hex/ex_doc-0.21.2
  • dependabot/hex/ex_doc-0.22.0
  • dependabot/hex/ex_doc-0.22.1
  • dependabot/hex/ex_doc-0.22.2
  • dependabot/hex/ex_doc-0.22.5
  • dependabot/hex/ex_doc-0.22.6
  • dependabot/hex/ex_doc-0.23.0
  • dependabot/hex/ex_doc-0.24.0
  • dependabot/hex/ex_doc-0.24.1
  • dependabot/hex/ex_doc-0.24.2
  • dependabot/hex/excoveralls-0.10.0
  • dependabot/hex/excoveralls-0.10.1
  • dependabot/hex/excoveralls-0.10.2
  • dependabot/hex/excoveralls-0.10.3
  • dependabot/hex/excoveralls-0.10.4
  • dependabot/hex/excoveralls-0.10.5
  • dependabot/hex/excoveralls-0.10.6
  • dependabot/hex/excoveralls-0.11.0
  • dependabot/hex/excoveralls-0.11.1
  • dependabot/hex/excoveralls-0.11.2
  • dependabot/hex/excoveralls-0.13.0
  • dependabot/hex/excoveralls-0.13.1
  • dependabot/hex/excoveralls-0.13.2
  • dependabot/hex/excoveralls-0.13.3
  • dependabot/hex/excoveralls-0.13.4
  • dependabot/hex/excoveralls-0.14.0
  • dependabot/hex/excoveralls-0.14.1
  • dependabot/hex/excoveralls-0.9.1
  • dependabot/hex/excoveralls-0.9.2
  • dependabot/hex/inch_ex-1.0.0
  • dependabot/hex/inch_ex-1.0.1
  • dependabot/hex/inch_ex-2.0.0
  • dependency
  • deps
  • improve-atomizer
  • improve-stringifier
  • inch_ex
  • list
  • master
  • reduce-code
  • underscore
  • update-api
  • update_deps
  • update_travis
  • upgrade_elixir
  • version_3

pending completion
150

push

travis-ci

treble37
Update to 3.0.0

Dasher module API updated to allow maps nested within lists to have their keys (and values) "dasherized".
LowerCaser module API updated to allow maps nested within lists to have their keys (and values) "lower-cased first".

90 of 102 relevant lines covered (88.24%)

157.02 hits per line

Relevant lines Covered
Build:
Build:
102 RELEVANT LINES 90 COVERED LINES
157.02 HITS PER LINE
Source Files on camel_list
  • List 0
  • Changed 33
  • Source Changed 33
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
150 camel_list Update to 3.0.0 Dasher module API updated to allow maps nested within lists to have their keys (and values) "dasherized". LowerCaser module API updated to allow maps nested within lists to have their keys (and values) "lower-cased first". push 16 Dec 2018 02:11AM UTC treble37 travis-ci pending completion  
149 camel_list Update to 3.0.0 Atomizer module API updated to allow maps nested within lists to have their keys (and values) "atomized". push 15 Dec 2018 05:48PM UTC treble37 travis-ci pending completion  
148 camel_list Update to 3.0.0 Stringifier module API updated to allow maps nested within lists to have their keys "stringified". Prior to this change, digger behaved like: ``` object = %{"random_key" => %{"data" => [%{a: "a"}]}} Digger.Stringifier.stringify(... push 15 Dec 2018 05:45AM UTC treble37 travis-ci pending completion  
147 camel_list Update to 3.0.0 Stringifier module API updated to allow maps nested within lists to have their keys "stringified". Update stringifier_test.exs and CHANGELOG push 15 Dec 2018 05:41AM UTC treble37 travis-ci pending completion  
146 camel_list Update stringify to work with maps in lists wip push 15 Dec 2018 02:48AM UTC treble37 travis-ci pending completion  
See All Builds (271)
  • Repo on GitHub
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