mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.83k stars 154 forks source link

irmin-pack-tools: Add base58 support for ppidx #2266

Closed clecat closed 1 year ago

clecat commented 1 year ago

Adds the dump of the hashes in base58 alongside the base64 as asked by @art-w

codecov-commenter commented 1 year ago

Codecov Report

Merging #2266 (a6d07c5) into main (514e7ba) will decrease coverage by 0.01%. Report is 3 commits behind head on main. The diff coverage is 92.00%.

:exclamation: Current head a6d07c5 differs from pull request most recent head 9b7ad61. Consider uploading reports for the commit 9b7ad61 to get more accurate results

: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             @@
##             main    #2266      +/-   ##
==========================================
- Coverage   68.20%   68.19%   -0.01%     
==========================================
  Files         138      138              
  Lines       16739    16739              
==========================================
- Hits        11416    11415       -1     
- Misses       5323     5324       +1     
Files Changed Coverage Δ
src/irmin-pack/inode.ml 79.43% <90.47%> (ø)
src/irmin-pack/pack_value.ml 86.81% <100.00%> (ø)

... and 1 file with indirect coverage changes

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