davidB / git2_credentials

Provide credentials function to used with git2::RemoteCallbacks.credentials
Apache License 2.0
21 stars 4 forks source link

Re-exporting `git2` crate #43

Closed gifnksm closed 12 months ago

gifnksm commented 12 months ago

Fixes #41

codecov-commenter commented 12 months ago

Codecov Report

Merging #43 (d12511c) into master (5640b82) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   87.38%   87.38%           
=======================================
  Files           2        2           
  Lines         111      111           
=======================================
  Hits           97       97           
  Misses         14       14           
Files Changed Coverage Δ
src/lib.rs 86.66% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

davidB commented 12 months ago

Thanks