Skip to content

Conversation

@cgewecke
Copy link
Member

#434

Handles this case, coercing V4 format optimization to false:

module.exports = {
  plugins: ["solidity-coverage"],

  compilers: {
    solc: {
      version: "0.5.11"
    }
  },
  solc: {
    optimizer: {
      enabled: true,
      runs: 200
    }
  }
};

@codecov-io
Copy link

codecov-io commented Nov 30, 2019

Codecov Report

Merging #449 into buidler-plugin will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           buidler-plugin     #449      +/-   ##
==================================================
+ Coverage           99.22%   99.22%   +<.01%     
==================================================
  Files                  20       20              
  Lines                 776      778       +2     
==================================================
+ Hits                  770      772       +2     
  Misses                  6        6
Impacted Files Coverage Δ
plugins/resources/truffle.utils.js 100% <100%> (ø) ⬆️

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 d9af5ac...fb1f500. Read the comment docs.

@cgewecke cgewecke merged commit e25728a into buidler-plugin Nov 30, 2019
@cgewecke cgewecke deleted the fix/misconfigured-solc branch November 30, 2019 01:30
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