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

Adopt OCaml's code of conduct #2255

Closed balat closed 1 year ago

balat commented 1 year ago

This PR proposes to add the OCaml Code of Conduct. Full text is available at https://github.com/ocaml/code-of-conduct, and a discussion around it is at https://discuss.ocaml.org/t/ocaml-community-code-of-conduct/10494.

codecov-commenter commented 1 year ago

Codecov Report

Merging #2255 (1c30a45) into main (0075198) will increase coverage by 0.04%. The diff coverage is 92.68%.

:exclamation: Current head 1c30a45 differs from pull request most recent head 3d25bdd. Consider uploading reports for the commit 3d25bdd 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    #2255      +/-   ##
==========================================
+ Coverage   68.19%   68.23%   +0.04%     
==========================================
  Files         137      137              
  Lines       16674    16695      +21     
==========================================
+ Hits        11371    11392      +21     
  Misses       5303     5303              
Impacted Files Coverage Δ
bench/irmin-pack/trace_stat_summary_utils.ml 72.30% <0.00%> (ø)
src/irmin-pack/unix/store.ml 65.66% <80.00%> (+0.10%) :arrow_up:
src/irmin/tree.ml 81.49% <95.45%> (+0.32%) :arrow_up:
bench/irmin-pack/bench_common.ml 23.52% <100.00%> (ø)
bench/irmin-pack/trace_collection.ml 83.33% <100.00%> (+0.21%) :arrow_up:
src/irmin-pack/unix/file_manager.ml 85.78% <100.00%> (ø)
src/irmin-pack/unix/gc.ml 72.89% <100.00%> (+0.25%) :arrow_up:
src/irmin-test/store_watch.ml 30.76% <100.00%> (ø)
src/irmin/import.ml 75.92% <100.00%> (+0.92%) :arrow_up:
src/irmin/logging.ml 95.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

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