Skip to content

Commit

Permalink
Update total rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 8c478a4 commit e858575
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": 8175,
"assigned": 3974,
"completed": 71424,
"total": 83573
"notAssigned": 8200,
"assigned": 12975,
"completed": 62248,
"total": 83423
},
"tasks": {
"notAssigned": 29,
"assigned": 22,
"completed": 532,
"total": 583
"notAssigned": 30,
"assigned": 26,
"completed": 528,
"total": 584
}
}

1 comment on commit e858575

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