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

div by zero fix #138

Merged
merged 3 commits into from
Apr 10, 2023
Merged

div by zero fix #138

merged 3 commits into from
Apr 10, 2023

Conversation

0xripleys
Copy link

No description provided.

@0xripleys 0xripleys marked this pull request as ready for review March 30, 2023 22:35
@codecov-commenter
Copy link

codecov-commenter commented Mar 30, 2023

Codecov Report

Merging #138 (9c99a83) into upcoming (8594030) will increase coverage by 2.80%.
The diff coverage is 96.04%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##           upcoming     #138      +/-   ##
============================================
+ Coverage     79.12%   81.92%   +2.80%     
============================================
  Files            36       44       +8     
  Lines          9006    15000    +5994     
============================================
+ Hits           7126    12289    +5163     
- Misses         1880     2711     +831     
Impacted Files Coverage Δ
token-lending/cli/src/main.rs 0.05% <0.00%> (-0.08%) ⬇️
token-lending/program/tests/helpers/genesis.rs 0.00% <0.00%> (ø)
token-lending/sdk/src/error.rs 23.07% <ø> (ø)
token-lending/sdk/src/state/mod.rs 92.30% <ø> (ø)
...lending/program/tests/deposit_reserve_liquidity.rs 95.61% <95.37%> (-4.39%) ⬇️
...lending/program/tests/redeem_reserve_collateral.rs 96.33% <96.11%> (-1.89%) ⬇️
token-lending/sdk/src/state/rate_limiter.rs 96.47% <96.47%> (ø)
...nding/program/tests/helpers/solend_program_test.rs 96.96% <96.96%> (ø)
token-lending/sdk/src/oracles.rs 99.45% <97.05%> (+2.90%) ⬆️
token-lending/program/src/processor.rs 80.61% <97.24%> (+8.61%) ⬆️
... and 28 more

... and 5 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nope-finance nope-finance merged commit 153bc00 into upcoming Apr 10, 2023
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.

3 participants