Add solidity as a supported language

Add Solidity to supported languages

Solidity is the main language for smart contract development on Ethereum. The blockchain ecosystem would greatly benefit from better code coverage tools.

Description

We use GitHub - sc-forks/solidity-coverage: Code coverage for Solidity smart-contracts which generates reports with the Istanbul reporter and can support lots of formats that you already support: Using Alternative Reporters

Examples

Versions

@se3000, if solidity-coverage already creates an Istanbul type report, we should be able to process it already. Is the issue that we do not process it, or that we don’t have it listed as a supported language?