hyperledger / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.25k stars 208 forks source link

Add code coverage bot 🤖 #1548

Closed LucasSte closed 11 months ago

LucasSte commented 11 months ago

Coverage reports will be stored here.

According to Codecov's documentation,

Once merged to the default branch, subsequent pull requests will have checks and report comment.

This is an example of how comments look like: https://github.com/solana-labs/solana/pull/33363#issuecomment-1730528544

seanyoung commented 11 months ago

This does not give a good representation of our coverage; the integration tests aren't run under llvm-cov. For example it looks like the language server is entirely without test coverage; there are no rust tests for the language server, since there is no rust client for a language server (it's tested in integration/vscode/).

codecov[bot] commented 11 months ago

Welcome to Codecov :tada:

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered :open_umbrella: