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

elixir-git / xgit / 135 / 1
100%
master: 100%

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

09 Aug 2019 05:06AM UTC coverage: 99.749% (-0.008%) from 99.757%
MIX_ENV=test

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

Source Files on job 135.1 (MIX_ENV=test)
  • Tree
  • List 0
  • Changed 7
  • Source Changed 6
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 134
  • Travis Job 135.1
  • e75c5ccc on github
  • Prev Job for MIX_ENV=test on master (#133.1)
  • Next Job for MIX_ENV=test on master (#138.1)
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