Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code documentation #40

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Conversation

dylandesrosier
Copy link
Contributor

No description provided.

@linear
Copy link

linear bot commented Jun 30, 2023

@github-actions
Copy link

LCOV of commit 37f2914 during Tests with 100% Coverage #226

Summary coverage rate:
  lines......: 99.5% (556 of 559 lines)
  functions..: 100.0% (84 of 84 functions)
  branches...: no data found

Files changed coverage rate:
                                             |Lines       |Functions  |Branches    
  Filename                                   |Rate     Num|Rate    Num|Rate     Num
  =================================================================================
  src/PrizePool.sol                          |99.3%    138| 100%    37|    -      0
  src/abstract/TieredLiquidityDistributor.sol|99.3%    298| 100%    25|    -      0
  src/libraries/DrawAccumulatorLib.sol       | 100%     98| 100%    12|    -      0
  src/libraries/TierCalculationLib.sol       | 100%     21| 100%     8|    -      0

⛔ The code coverage is too low. Expected at least 100.

@dylandesrosier dylandesrosier merged commit 1dedbf8 into main Jun 30, 2023
0 of 2 checks passed
@dylandesrosier dylandesrosier deleted the pool-2859-documentation-prize-pool branch June 30, 2023 19:09
@@ -20,6 +20,7 @@ contract GenerateConstants is Script {
);
console.log("\n");

console.log("/// @notice The estiamted number of prizes given X tiers.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log("/// @notice The estiamted number of prizes given X tiers.");
console.log("/// @notice The estimated number of prizes given X tiers.");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants