Open aishaalsubaie opened 1 year ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/rewards/admin.js | 52 | 61 | 85.25% | ||
<!-- | Total: | 52 | 61 | 85.25% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/messaging/notifications.js | 1 | 96.55% | ||
src/database/mongo/hash.js | 2 | 88.07% | ||
<!-- | Total: | 3 | --> |
Totals | |
---|---|
Change from base Build 5912059056: | -0.02% |
Covered Lines: | 22610 |
Relevant Lines: | 25371 |
I translated the javascript file src/rewards/admin.js into typescript. The import statements replaced require, type annotations were added to function parameters and variables, and interfaces defined the shapes of objects.