Skip to content

Commit

Permalink
Update total rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent f5a9d11 commit 6e5ed41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions total-rewards.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"rewards": {
"notAssigned": 8200,
"assigned": 3674,
"completed": 71724,
"total": 83598
"assigned": 12975,
"completed": 62248,
"total": 83423
},
"tasks": {
"notAssigned": 31,
"assigned": 21,
"completed": 533,
"assigned": 26,
"completed": 528,
"total": 585
}
}

1 comment on commit 6e5ed41

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