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

Feat/rollup invoker #23

Merged
merged 76 commits into from
Jul 15, 2023
Merged

Feat/rollup invoker #23

merged 76 commits into from
Jul 15, 2023

Conversation

test9955667
Copy link
Contributor

No description provided.

@github-actions
Copy link

[Payoff] Unit Test Code Coverage Report

Coverage after merging feat/rollup-invoker into main will be
100.00%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/perennial-payoff/contracts
   PayoffFactory.sol100%100%100%100%
packages/perennial-payoff/contracts/interfaces
   IPayoffFactory.sol100%100%100%100%
   IPayoffProvider.sol100%100%100%100%
packages/perennial-payoff/contracts/payoff
   Giga.sol100%100%100%100%
   Kilo.sol100%100%100%100%
   KiloPowerHalf.sol100%100%100%100%
   KiloPowerTwo.sol100%100%100%100%
   Mega.sol100%100%100%100%
   MegaPowerTwo.sol100%100%100%100%
   Micro.sol100%100%100%100%
   MicroPowerTwo.sol100%100%100%100%
   Milli.sol100%100%100%100%
   MilliPowerHalf.sol100%100%100%100%
   MilliPowerTwo.sol100%100%100%100%
   Nano.sol100%100%100%100%
   PowerHalf.sol100%100%100%100%
   PowerTwo.sol100%100%100%100%

@github-actions
Copy link

[Payoff] Integration Test Code Coverage Report

Coverage after merging feat/rollup-invoker into main will be
100.00%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/perennial-payoff/contracts
   PayoffFactory.sol100%100%100%100%
packages/perennial-payoff/contracts/interfaces
   IPayoffFactory.sol100%100%100%100%
   IPayoffProvider.sol100%100%100%100%
packages/perennial-payoff/contracts/payoff
   Giga.sol100%100%100%100%
   Kilo.sol100%100%100%100%
   KiloPowerHalf.sol100%100%100%100%
   KiloPowerTwo.sol100%100%100%100%
   Mega.sol100%100%100%100%
   MegaPowerTwo.sol100%100%100%100%
   Micro.sol100%100%100%100%
   MicroPowerTwo.sol100%100%100%100%
   Milli.sol100%100%100%100%
   MilliPowerHalf.sol100%100%100%100%
   MilliPowerTwo.sol100%100%100%100%
   Nano.sol100%100%100%100%
   PowerHalf.sol100%100%100%100%
   PowerTwo.sol100%100%100%100%

@github-actions
Copy link

[Oracle] Unit Test Coverage Report

Coverage after merging feat/rollup-invoker into main will be
45.93%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/perennial-oracle/contracts
   Oracle.sol87.34%83.33%83.33%91.89%13, 24, 38, 44, 56, 70, 90–91
   OracleFactory.sol100%100%100%100%
packages/perennial-oracle/contracts/interfaces
   IOracle.sol100%100%100%100%
   IOracleFactory.sol100%100%100%100%
   IOracleProvider.sol100%100%100%100%
   IOracleProviderFactory.sol100%100%100%100%
   IPythFactory.sol100%100%100%100%
   IPythOracle.sol100%100%100%100%
packages/perennial-oracle/contracts/pyth
   PythFactory.sol0%0%0%0%32–33, 39, 39–40, 42, 45, 45–46, 49, 49, 52, 54, 56, 59, 59–61, 65–67, 67, 67–68
   PythOracle.sol0%0%0%0%103, 103, 103, 105, 113, 122–123, 135, 135, 140, 140, 140–141, 141, 141, 143–144, 146, 146, 146–147, 150, 150, 150–151, 153, 153, 153, 156, 156, 156, 162–164, 170, 174, 174, 174–175, 178, 178, 178, 180–181, 189–192, 194, 206, 208, 212, 216, 218, 220–221, 227–228, 232, 232, 232–233, 62, 71, 71–73, 75, 75, 75, 77, 83, 83–84, 84, 84, 84, 84–85, 95
packages/perennial-oracle/contracts/reference
   ReferenceKeeperOracle.sol0%0%0%0%17, 17, 17, 21, 25, 25, 25, 25, 25, 25, 25–27, 27, 27–28, 32, 32, 32–33, 38, 38
packages/perennial-oracle/contracts/types
   OracleVersion.sol100%100%100%100%

@github-actions
Copy link

[Core] Unit Test Coverage Report

Coverage after merging feat/rollup-invoker into main will be
99.11%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/perennial/contracts
   Market.sol90.72%81.05%100%98.04%286, 288, 459–460, 460, 460, 460, 467, 467, 474, 477, 480, 483, 485–486, 486, 489, 492, 494–495, 495, 498–499, 499, 505, 510–511, 514, 519–520, 523, 525–526, 526, 573–575, 579–581
   MarketFactory.sol100%100%100%100%
packages/perennial/contracts/interfaces
   IMarket.sol100%100%100%100%
   IMarketFactory.sol100%100%100%100%
packages/perennial/contracts/test
   GlobalTester.sol100%100%100%100%
packages/perennial/contracts/types
   Global.sol100%100%100%100%
   Local.sol85.37%57.14%100%100%71, 95–99
   MarketParameter.sol73.53%50%100%100%67–75
   Order.sol82.61%50%100%100%47, 55, 55, 59
   Position.sol85.37%60.87%100%100%230–236, 270–280
   ProtocolParameter.sol72.41%50%100%100%50–57
   RiskParameter.sol69.35%50%100%100%100–113, 95–99
   Version.sol91.82%73.53%100%100%311–319

@kbrizzle kbrizzle merged commit 9a83509 into main Jul 15, 2023
5 of 9 checks passed
@kbrizzle kbrizzle deleted the feat/rollup-invoker branch July 15, 2023 22:10
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