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

jacquesg / p5-Git-Raw
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: merge
DEFAULT BRANCH: master
Repo Added 01 May 2014 09:58AM UTC
Files 82
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 v0.42
branch: v0.42
CHANGE BRANCH
x
Reset
  • v0.42
  • abs2rel
  • additions
  • api-additions
  • azure
  • azure-pipelines
  • code-coverage
  • codecov
  • coverage
  • filemode
  • filter-list
  • graph-error
  • jacques/travis-changes
  • jacquesg/0.25-additions
  • jacquesg/5.8.9
  • jacquesg/activeperl
  • jacquesg/ahead-behind
  • jacquesg/ahead-behind-distinct
  • jacquesg/api-additions
  • jacquesg/appveyor
  • jacquesg/appveyor-update
  • jacquesg/assert
  • jacquesg/callbacks
  • jacquesg/certificate-check
  • jacquesg/cherry-pick
  • jacquesg/commit-amend
  • jacquesg/commit-as-email
  • jacquesg/conflict-object
  • jacquesg/cop-blead
  • jacquesg/coverage
  • jacquesg/darwin-test
  • jacquesg/detach-head
  • jacquesg/diff-additions
  • jacquesg/diff-deltas
  • jacquesg/diff-fixes
  • jacquesg/doc-fixes
  • jacquesg/entry-list-not-ref
  • jacquesg/error-context
  • jacquesg/error-model
  • jacquesg/file-slurp
  • jacquesg/index-add-frombuffer
  • jacquesg/index-crash
  • jacquesg/index-entrycount
  • jacquesg/index-find
  • jacquesg/index-improve
  • jacquesg/index-set
  • jacquesg/index-undef
  • jacquesg/index-write-tree
  • jacquesg/libgit2-update
  • jacquesg/merge-base-object
  • jacquesg/merge-flags
  • jacquesg/merge-index-file
  • jacquesg/no-tagger
  • jacquesg/nonexistent-branch
  • jacquesg/not-found-undef
  • jacquesg/note-author
  • jacquesg/notes
  • jacquesg/odb
  • jacquesg/odb-data
  • jacquesg/odb-extra
  • jacquesg/odb-foreach
  • jacquesg/odb-object
  • jacquesg/owners
  • jacquesg/path-utils
  • jacquesg/perl-5.22
  • jacquesg/perl520
  • jacquesg/portability
  • jacquesg/prettify
  • jacquesg/refcount
  • jacquesg/reference-lookup
  • jacquesg/reference-peel
  • jacquesg/reflog
  • jacquesg/reflog-object
  • jacquesg/remote-undef
  • jacquesg/restore-openbsd
  • jacquesg/revparse
  • jacquesg/ssh-interactive-test
  • jacquesg/ssh2-issues
  • jacquesg/stash-enhance
  • jacquesg/stash-id
  • jacquesg/stash-save
  • jacquesg/status-improvements
  • jacquesg/strawberry-5.20.2
  • jacquesg/tag-improve
  • jacquesg/thread-safe
  • jacquesg/travis-more-perls
  • jacquesg/tree-bypath
  • jacquesg/tree-entry-type
  • jacquesg/update-libgit2
  • jacquesg/update-libgit2-again
  • jacquesg/update-tips
  • jacquesg/upstream-branch
  • jacquesg/user-callback
  • jacquesg/walker-all
  • jacquesg/walker-sorting
  • jacquesg/whitespace-merges
  • jacquesg/winhttp
  • master
  • merge
  • ppport
  • push-refine
  • rebase
  • small-additions
  • submodule
  • trailers
  • update
  • update-1.5
  • update-libgit2
  • v0.36
  • v0.37
  • v0.38
  • v0.39
  • v0.40
  • v0.41
  • v0.43
  • v0.44
  • v0.45
  • v0.46
  • v0.47
  • v0.48
  • v0.49
  • v0.50
  • v0.51
  • v0.52
  • v0.54
  • v0.55
  • v0.56
  • v0.57
  • v0.58
  • v0.59
  • v0.60
  • v0.61
  • v0.62
  • v0.63
  • v0.64
  • v0.65
  • v0.66
  • v0.67
  • v0.68
  • v0.69
  • v0.70
  • v0.71
  • v0.72
  • v0.73
  • v0.74
  • v0.75
  • v0.76
  • v0.77
  • v0.78
  • v0.79
  • v0.80
  • v0.81
  • v0.82
  • v0.83
  • worktree-support

pending completion
761

push

travis-ci

jacquesg
v0.42

 - Added Blob methods (GH#108):
    + owner
 - Added Commit methods (GH#108):
    + owner
 - Added Index methods (GH#108):
    + owner
 - Added Remote methods (GH#108):
    + owner
 - Added Tag methods (GH#108):
    + owner
 - Added Tree methods (GH#108):
    + owner
 - Branch -> lookup(), upstream_name() and remote_name() used to consider
    a missing branch or remote as an error. They now return undef instead of
	die'ing. (Incompatible change) (GH#109)
 - Update libgit2 to 8f759ac (GH#112)
 - Repository -> lookup(), Commit -> lookup(), Blob -> lookup(), Tree -> lookup
    and Tag -> lookup() used to consider a missing object as an error. They
	now return undef instead of die'ing. (Incompatible change) (GH#110)
 - Tree -> entry_byname(), entry_bypath() used to consider a missing entry as
    an error. They now return undef instead of die'ing. (Incompatible change)
	(GH#111)
 - Repository -> merge_base() used to consider a missing merge base as an error.
    It now returns undef instead of die'ing. (Incompatible change)
 - Added Reference methods (GH#113)
    + peel
 - Reflog -> entries() now take an optional index and count argument. (GH#114)
 - Added Reflog methods (GH#114):
    + entry_count
 - Documentation and example fixes.

2623 of 2760 relevant lines covered (95.04%)

115.22 hits per line

Relevant lines Covered
Build:
Build:
2760 RELEVANT LINES 2623 COVERED LINES
115.22 HITS PER LINE
Source Files on v0.42
  • List 0
  • 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
761 v0.42 v0.42 - Added Blob methods (GH#108): + owner - Added Commit methods (GH#108): + owner - Added Index methods (GH#108): + owner - Added Remote methods (GH#108): + owner - Added Tag methods (GH#108): + owner - Added Tree me... push 09 Aug 2014 01:30PM UTC jacquesg travis-ci pending completion  
See All Builds (1056)
  • 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