Skip to content

Commit

Permalink
Update total rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 33bef62 commit 2fed162
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions total-rewards.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"rewards": {
"notAssigned": 8025,
"assigned": 3924,
"completed": 71424,
"total": 83373
"notAssigned": 8225,
"assigned": 12975,
"completed": 62198,
"total": 83398
},
"tasks": {
"notAssigned": 29,
"assigned": 21,
"completed": 532,
"total": 582
"notAssigned": 30,
"assigned": 26,
"completed": 527,
"total": 583
}
}

1 comment on commit 2fed162

@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.506s ⏱️
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.