holisticon / ranked

Tracking kicker results
Other
22 stars 0 forks source link

Feature/team aggregate #75

Closed zambrovski closed 6 years ago

zambrovski commented 6 years ago

Implemented basic functionality required in #72. Teams can be created and fetched.

If a team with anonymous user is created, the users are created as well.

There are still some tests missing...

codecov[bot] commented 6 years ago

Codecov Report

Merging #75 into master will increase coverage by 8.89%. The diff coverage is 47.36%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #75      +/-   ##
============================================
+ Coverage     15.59%   24.48%   +8.89%     
- Complexity       10       13       +3     
============================================
  Files             4        4              
  Lines           109       98      -11     
  Branches         16       17       +1     
============================================
+ Hits             17       24       +7     
+ Misses           78       59      -19     
- Partials         14       15       +1
Impacted Files Coverage Δ Complexity Δ
backend/application/src/main/kotlin/form/Form.kt 2.22% <0%> (ø) 0 <0> (ø) :arrow_down:
...ackend/command/src/main/kotlin/elo/EloMatchSaga.kt 48.48% <100%> (ø) 10 <0> (?)
...command/src/main/kotlin/team/PlayerCreatingSaga.kt 43.75% <43.75%> (ø) 3 <3> (?)

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 8f2de44...4c5217f. Read the comment docs.