omgnetwork / optimism-v2

ARCHIVE of monorepo implementing Boba, an L2 Compute solution built on Optimistic Ethereum - active repo is at https://github.com/bobanetwork/boba
https://github.com/bobanetwork/boba
MIT License
40 stars 22 forks source link

linting contracts #464

Closed InoMurko closed 2 years ago

InoMurko commented 2 years ago

New linter and codestyle changes.

codecov-commenter commented 2 years ago

Codecov Report

Merging #464 (a28898c) into develop (093772b) will not change coverage. The diff coverage is 88.85%.

:exclamation: Current head a28898c differs from pull request most recent head 72b69a3. Consider uploading reports for the commit 72b69a3 to get more accurate results

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #464   +/-   ##
========================================
  Coverage    72.17%   72.17%           
========================================
  Files           59       59           
  Lines         1826     1826           
  Branches       281      281           
========================================
  Hits          1318     1318           
  Misses         508      508           
Flag Coverage Δ
contracts 86.72% <88.85%> (ø)
core-utils 53.79% <ø> (ø)
data-transport-layer 29.47% <ø> (ø)
message-relayer 83.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...s/contracts/L1/messaging/L1MultiMessageRelayer.sol 0.00% <0.00%> (ø)
...racts/contracts/L2/predeploys/BobaTuringCredit.sol 0.00% <0.00%> (ø)
...ontracts/L2/predeploys/OVM_L2ToL1MessagePasser.sol 0.00% <0.00%> (ø)
...braries/resolver/Lib_ResolvedDelegateBobaProxy.sol 0.00% <0.00%> (ø)
...ntracts/contracts/libraries/codec/Lib_OVMCodec.sol 55.55% <55.55%> (ø)
...acts/contracts/L1/rollup/ChainStorageContainer.sol 70.00% <70.00%> (ø)
.../contracts/libraries/trie/Lib_SecureMerkleTrie.sol 78.57% <78.57%> (ø)
.../contracts/L1/rollup/CanonicalTransactionChain.sol 85.04% <85.04%> (ø)
...racts/contracts/L1/rollup/StateCommitmentChain.sol 87.50% <87.50%> (ø)
.../contracts/contracts/standards/L2StandardERC20.sol 88.88% <88.88%> (ø)
... and 23 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e522c7d...72b69a3. Read the comment docs.