isuru89 / oasis

Open-source PBML (Points, Badges, Milestones, Leaderboards) Gamification Platform inspiring Stackoveflow
Apache License 2.0
44 stars 6 forks source link

Timely capped point accumulation #55 #58

Closed isuru89 closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #58 into master will increase coverage by 0.98%. The diff coverage is 56.60%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #58      +/-   ##
============================================
+ Coverage     66.83%   67.81%   +0.98%     
- Complexity      983      998      +15     
============================================
  Files           183      183              
  Lines          3739     3788      +49     
  Branches        264      267       +3     
============================================
+ Hits           2499     2569      +70     
+ Misses         1155     1134      -21     
  Partials         85       85              
Impacted Files Coverage Δ Complexity Δ
...in/java/io/github/oasis/core/utils/TimeOffset.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...ithub/oasis/engine/element/points/PointParser.java 73.91% <33.33%> (-11.81%) 7.00 <1.00> (+2.00) :arrow_down:
.../github/oasis/engine/element/points/PointRule.java 95.45% <90.00%> (-4.55%) 17.00 <8.00> (+8.00) :arrow_down:
...o/github/oasis/engine/element/points/PointDef.java 100.00% <100.00%> (ø) 8.00 <4.00> (+4.00)
...b/oasis/engine/element/points/PointsProcessor.java 94.11% <100.00%> (+5.22%) 11.00 <0.00> (+2.00)
...github/oasis/engine/element/points/PointsSink.java 96.00% <100.00%> (+90.00%) 3.00 <0.00> (+1.00)
...ithub/oasis/engine/element/points/PointSignal.java 66.66% <0.00%> (-6.67%) 11.00% <0.00%> (-1.00%)
...asis/services/events/http/HttpServiceVerticle.java 88.14% <0.00%> (-0.75%) 31.00% <0.00%> (-1.00%)

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 8484c23...df64e1a. Read the comment docs.