Skip to content

Commit

Permalink
Update total rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 33a1fd9 commit 6b3a1fd
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
"notAssigned": 8025,
"assigned": 12975,
"completed": 62198,
"total": 83198
},
"tasks": {
"notAssigned": 30,
"assigned": 21,
"completed": 531,
"notAssigned": 29,
"assigned": 26,
"completed": 527,
"total": 582
}
}

1 comment on commit 6b3a1fd

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