Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Implement Xgit.PackReader. #319

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Implement Xgit.PackReader. #319

wants to merge 32 commits into from

Conversation

scouten
Copy link
Collaborator

@scouten scouten commented Apr 12, 2020

Changes in This Pull Request

This module provides read access to pack and pack index file pairs.

Checklist

IN PROGRESS, WILL COMPLETE LATER

  • This PR represents a single feature, fix, or change.
  • All applicable changes have been documented.
  • There is test coverage for all changes.
  • All cases where a literal value is returned use the cover macro to force code coverage.
  • Any code ported from jgit maintains all existing copyright and license notices. n/a
  • If new files are ported from jgit, the path to the corresponding file(s) is included in the header comment. n/a
  • Any TO DO items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.

@scouten scouten self-assigned this Apr 12, 2020
@codecov
Copy link

codecov bot commented Apr 12, 2020

Codecov Report

Merging #319 into master will decrease coverage by 0.88%.
The diff coverage is 90.86%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master     #319      +/-   ##
===========================================
- Coverage   100.00%   99.11%   -0.89%     
===========================================
  Files           32       33       +1     
  Lines         1728     1914     +186     
===========================================
+ Hits          1728     1897     +169     
- Misses           0       17      +17     
Impacted Files Coverage Δ
lib/xgit/pack_reader.ex 90.86% <90.86%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14a9583...6971315. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant