Skip to content

Commit

Permalink
Update total rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent b439c02 commit 2d8faa6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions total-rewards.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"rewards": {
"notAssigned": 8625,
"assigned": 3924,
"completed": 70824,
"total": 83373
"assigned": 12375,
"completed": 62198,
"total": 83198
},
"tasks": {
"notAssigned": 31,
"assigned": 21,
"completed": 531,
"total": 583
"notAssigned": 30,
"assigned": 25,
"completed": 527,
"total": 582
}
}

1 comment on commit 2d8faa6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 93%
92.39% (243/263) 88.43% (130/147) 97.77% (44/45)

JUnit

Tests Skipped Failures Errors Time
64 0 💤 0 ❌ 0 🔥 9.848s ⏱️
Coverage Report (93%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files92.3988.4397.7793.19 
   github.ts92.1188.5797.6792.95107, 322, 352, 366, 371–372, 398–399, 410–414, 475, 561, 596, 609
   twitter.ts95.4585.7110095.4542

Please sign in to comment.