vyperlang / vyper

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

chore[test]: windows test pipeline #4023

Closed DanielSchiavini closed 2 months ago

DanielSchiavini commented 2 months ago

What I did

How I did it

How to verify it

Tests should pass

Commit message

Add windows test workflow

Description for the changelog

N/A

Cute Animal Picture

images

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 47.75%. Comparing base (ea1e4ea) to head (ab87107). Report is 1 commits behind head on master.

:exclamation: Current head ab87107 differs from pull request most recent head cb510f2. Consider uploading reports for the commit cb510f2 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4023 +/- ## =========================================== - Coverage 90.89% 47.75% -43.15% =========================================== Files 105 105 Lines 15260 15260 Branches 3363 3363 =========================================== - Hits 13871 7287 -6584 - Misses 954 7357 +6403 - Partials 435 616 +181 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DanielSchiavini commented 2 months ago

Relevant commits were cherry picked in https://github.com/vyperlang/vyper/pull/4014