ethereum-optimism / optimistic-specs

Optimistic: Bedrock, is a protocol that strives to be an extremely simple optimistic rollup that maintains 1:1 compatibility with Ethereum
MIT License
167 stars 35 forks source link

For CI: Remove replace statements from go.mod files #443

Closed trianglesphere closed 2 years ago

trianglesphere commented 2 years ago

Description A clear and concise description of the features you're adding in this pull request.

codecov-commenter commented 2 years ago

Codecov Report

Merging #443 (d92bc8b) into go-work-slipper (4a5e341) will increase coverage by 0.05%. The diff coverage is n/a.

@@                 Coverage Diff                 @@
##           go-work-slipper     #443      +/-   ##
===================================================
+ Coverage            51.54%   51.59%   +0.05%     
===================================================
  Files                   70       70              
  Lines                 7582     7582              
===================================================
+ Hits                  3908     3912       +4     
+ Misses                3152     3149       -3     
+ Partials               522      521       -1     
Flag Coverage Δ
unittests 51.59% <ø> (+0.05%) :arrow_up:

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

Impacted Files Coverage Δ
op-node/rollup/driver/state.go 73.31% <0.00%> (+0.32%) :arrow_up:
op-node/l1/source.go 59.91% <0.00%> (+1.26%) :arrow_up:

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 4a5e341...d92bc8b. Read the comment docs.

trianglesphere commented 2 years ago

Does not work when building modules individually.