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

elixir-git / xgit / 135
100%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2019 05:08AM UTC
Jobs 1
Files 19
Run time 4s
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

pending completion
135

push

travis-ci

web-flow
Change all {:error, (string)} tuples to be {:error, (atom)}. (#58)

* Replace {:error, "invalid name..."} with {:error, :invalid_name}.

* Replace {:error, "no tree header"} with {:error, :no_tree_header}.

* Replace {:error, "invalid tree"} with {:error, :invalid_tree}.

* Replace {:error, "invalid type #{type}"} with {:error, :invalid_type}.

* Replace {:error, "invalid parent"} with {:error, :invalid_parent}.

* Replace {:error, "no author"} with {:error, :no_author}.

* Replace {:error, "no commtitter"} with {:error, :no_committer}.

* Replace {:error, "no object header"} with {:error, :no_object_header}.

* Replace {:error, "invalid object"} with {:error, :invalid_object}.

* Replace {:error, "no type header"} with {:error, :no_type_header}.

* Replace {:error, "no tag header"} with {:error, :no_tag_header}.

* Replace {:error, "invalid tagger"} with {:error, :invalid_tagger}.

* Replace {:error, "invalid file mode"} with {:error, :invalid_file_mode}.

* Replace {:error, "truncated in name"} with {:error, :truncated_in_name}.

* Replace {:error, "duplicate entry names"} with {:error, :duplicate_entry_names}.

* Replace {:error, "incorrectly sorted"} with {:error, :incorrectly_sorted}.

* Replace {:error, "truncated in object id"} with {:error, :truncated_in_object_id}.

* Replace {:error, "entry points to null SHA-1"} with {:error, :null_sha1}.

* Replace {:error, "truncated in mode"} with {:error, :truncated_in_mode}.

* Replace {:error, "invalid mode character"} with {:error, :invalid_mode}.

Retroactive: Replace {:error, :truncated_in_mode} with {:error, :invalid_mode}.

* Remove reference to {:error, "reason"}. No longer present.

* Remove stringified error messages from ValidatePath.check_path/2.

* Clean up {:error, (string)} responses in ValidatePath.

* Fix {:error, string} in Xgit.Repository.OnDisk.create/1.

* Change abstract "reason" to :reason.

* Remove remaining stringified errors ... (continued)

397 of 398 relevant lines covered (99.75%)

85.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 135.1 (MIX_ENV=test) 09 Aug 2019 05:08AM UTC 0
99.75
Travis Job 135.1
Source Files on build 135
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #135
  • e75c5ccc on github
  • Prev Build on master (#133)
  • Next Build on master (#138)
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