JoinColony / solcover

Code coverage for solidity
MIT License
64 stars 8 forks source link

Revert to solc 0.4.6 #50

Closed area closed 7 years ago

area commented 7 years ago

Proper writeup coming once master works again, but TLDR somewhere between solc 0.4.6 and 0.4.8 multiply-defined events became unacceptable, and our tests weren't checking for that.

codecov-io commented 7 years ago

Current coverage is 98.28% (diff: 100%)

Merging #50 into master will not change coverage

@@             master        #50   diff @@
==========================================
  Files             6          6          
  Lines           291        291          
  Methods          47         47          
  Messages          0          0          
  Branches         39         39          
==========================================
  Hits            286        286          
  Misses            5          5          
  Partials          0          0          

Powered by Codecov. Last update b165eb7...ac813a2