yukimochi / Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.
https://relay.toot.yukimochi.jp/
GNU Affero General Public License v3.0
279 stars 39 forks source link

Go version update and fix tests. #44

Closed yukimochi closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #44 (26037c9) into master (bd6cfdd) will decrease coverage by 0.15%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
- Coverage   86.93%   86.78%   -0.16%     
==========================================
  Files          12       12              
  Lines         934      840      -94     
==========================================
- Hits          812      729      -83     
+ Misses         84       73      -11     
  Partials       38       38              
Impacted Files Coverage Δ
worker/worker.go 68.25% <50.00%> (+0.07%) :arrow_up:
decode.go 72.22% <75.00%> (-0.76%) :arrow_down:
cli/cli.go 65.11% <100.00%> (-0.11%) :arrow_down:
handle.go 93.60% <100.00%> (-0.44%) :arrow_down:
worker/sender.go 84.00% <0.00%> (-4.89%) :arrow_down:
State/state.go 95.23% <0.00%> (-2.79%) :arrow_down:
cli/follow.go 86.55% <0.00%> (-1.60%) :arrow_down:
cli/config.go 91.26% <0.00%> (-0.71%) :arrow_down:
... and 6 more

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 638a1e7...26037c9. Read the comment docs.