berty / go-orbit-db

Go version of P2P Database on IPFS
https://berty.tech
Apache License 2.0
405 stars 55 forks source link

fix comments in address package #77

Closed AntonPates closed 3 years ago

AntonPates commented 3 years ago

I've just started to explore the code

aeddi commented 3 years ago

Hey @AntonPates, thanks for your contribution. Can you reword your commit so that it is compliant with conventional commits?

In your case: fix comments in address package -> fix: comments in address package

codecov[bot] commented 3 years ago

Codecov Report

Merging #77 (24b5b4a) into master (3d609c4) will increase coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
+ Coverage   66.80%   66.93%   +0.12%     
==========================================
  Files          29       29              
  Lines        2112     2108       -4     
==========================================
  Hits         1411     1411              
+ Misses        491      488       -3     
+ Partials      210      209       -1     
Flag Coverage Δ
unittests 66.93% <ø> (+0.12%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
address/address.go 82.60% <ø> (ø)
events/events.go 79.62% <0.00%> (-5.56%) :arrow_down:
stores/basestore/base_store.go 64.72% <0.00%> (+0.22%) :arrow_up:
stores/replicator/replicator.go 84.61% <0.00%> (+3.36%) :arrow_up:

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 3d609c4...24b5b4a. Read the comment docs.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.11.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: