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

treble37 / digger
83%
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 version_3
branch: version_3
CHANGE BRANCH
x
Reset
  • version_3
  • booleans
  • bump_deps
  • camel
  • camel_list
  • 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

pending completion
295

push

travis-ci

treble37
Remove support for Elixir 1.3.2

Do this because credo 1.0.0 has moved to >= Elixir 1.4.0
For Elixir 1.3.2, running `mix credo` in travis ci yields the following
error:

```
Generated credo app
Checking 45 source files ...
** (UndefinedFunctionError) function Enum.split_with/2 is undefined or private. Did you mean one of:
* split/2
* split_while/2
```

105 of 126 relevant lines covered (83.33%)

141.03 hits per line

Relevant lines Covered
Build:
Build:
126 RELEVANT LINES 105 COVERED LINES
141.03 HITS PER LINE
Source Files on version_3
  • Tree
  • List 38
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
295 version_3 Remove support for Elixir 1.3.2 Do this because credo 1.0.0 has moved to >= Elixir 1.4.0 For Elixir 1.3.2, running `mix credo` in travis ci yields the following error: ``` Generated credo app Checking 45 source files ... ** (UndefinedFunctionErr... push 11 Mar 2021 08:02PM UTC treble37 travis-ci pending completion  
178 version_3 Remove support for Elixir 1.3.2 Do this because credo 1.0.0 has moved to >= Elixir 1.4.0 For Elixir 1.3.2, running `mix credo` in travis ci yields the following error: ``` Generated credo app Checking 45 source files ... ** (UndefinedFunctionErr... Pull #37 16 Dec 2018 03:52PM UTC web-flow travis-ci pending completion  
177 version_3 Remove support for Elixir 1.3.2 Do this because credo 1.0.0 has moved to >= Elixir 1.4.0 For Elixir 1.3.2, running `mix credo` in travis ci yields the following error: ``` Generated credo app Checking 45 source files ... ** (UndefinedFunctionErr... push 16 Dec 2018 03:49PM UTC treble37 travis-ci pending completion  
174 version_3 Update codeclimate.yml and travis.yml Pull #37 16 Dec 2018 03:44PM UTC web-flow travis-ci pending completion  
173 version_3 Update codeclimate.yml and travis.yml push 16 Dec 2018 03:40PM 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