vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.81k stars 788 forks source link

chore: increase coverage #3647

Open charles-cooper opened 8 months ago

charles-cooper commented 8 months ago

Version Information

What's your issue about?

currently, coverage is sitting around 89% (https://app.codecov.io/gh/vyperlang/vyper)

Screenshot from 2023-10-13 13-10-21

it would be great to get that up to high 90s, especially in the codegen and typechecking parts of the codebase. this is a great area for newcomers to the codebase to contribute, since it can be done piecemeal / in arbitrarily small chunks.

sifisKoen commented 7 months ago

Hello @charles-cooper . I am very new in the area of smart contracts and block chain over all. Apart of that I have a very good knowledge of programming in python (this is the reason I choose Vyper as my introductory language in this field). I would like to help in this issue. If is it possible.

cyberthirst commented 1 month ago

related: