raa0121 / GoBCDice

GoBCDice is BCDice reimplemented by Go.
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Add echo #32

Closed raa0121 closed 5 years ago

raa0121 commented 5 years ago

GoBCDiceAPI は echo を採用し、echo-scaffold で生成したファイルから、Database 関連を削除し、テストを直したものを追加しました。

codecov[bot] commented 5 years ago

Codecov Report

Merging #32 into master will increase coverage by 2.83%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage      76%   78.83%   +2.83%     
==========================================
  Files          46       48       +2     
  Lines        2267     3038     +771     
==========================================
+ Hits         1723     2395     +672     
- Misses        422      495      +73     
- Partials      122      148      +26
Impacted Files Coverage Δ
pkg/core/ast/compare.go 52.17% <0%> (-10.33%) :arrow_down:
pkg/core/evaluator/eval_var_args.go 78.88% <0%> (-1.42%) :arrow_down:
pkg/core/ast/sum_roll_result.go 89.47% <0%> (-1.01%) :arrow_down:
pkg/core/ast/calc.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/d_roll_comp.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/b_roll.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/string.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/command.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/subtract.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/d_roll_expr.go 100% <0%> (ø) :arrow_up:
... and 19 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 01c50c2...039455b. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #32 into master will increase coverage by 2.83%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage      76%   78.83%   +2.83%     
==========================================
  Files          46       48       +2     
  Lines        2267     3038     +771     
==========================================
+ Hits         1723     2395     +672     
- Misses        422      495      +73     
- Partials      122      148      +26
Impacted Files Coverage Δ
pkg/core/ast/compare.go 52.17% <0%> (-10.33%) :arrow_down:
pkg/core/evaluator/eval_var_args.go 78.88% <0%> (-1.42%) :arrow_down:
pkg/core/ast/sum_roll_result.go 89.47% <0%> (-1.01%) :arrow_down:
pkg/core/ast/calc.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/d_roll_comp.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/b_roll.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/string.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/command.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/subtract.go 100% <0%> (ø) :arrow_up:
pkg/core/ast/d_roll_expr.go 100% <0%> (ø) :arrow_up:
... and 19 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 01c50c2...039455b. Read the comment docs.