ethereum / evmone

Fast Ethereum Virtual Machine implementation
Apache License 2.0
865 stars 287 forks source link

CI: Collect codecov report without lcov #900

Closed chfast closed 6 months ago

chfast commented 6 months ago

The codecov tools can invoke gcov themselves. Omit the lcov tool which seems constantly not compatible with the latest GCC/gcov. We may also get branch stats on codecov this way.

chfast commented 6 months ago

Done in #912