go-python / gpython

gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
870 stars 95 forks source link

Adding 'keys' and 'values' methods to dict object #213

Closed kellrott closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 74.33% // Head: 74.33% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (d6fdd01) compared to base (6f8e06a). Patch coverage: 75.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #213 +/- ## ======================================= Coverage 74.33% 74.33% ======================================= Files 76 76 Lines 12560 12576 +16 ======================================= + Hits 9336 9348 +12 - Misses 2557 2559 +2 - Partials 667 669 +2 ``` | [Impacted Files](https://codecov.io/gh/go-python/gpython/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-python) | Coverage Δ | | |---|---|---| | [py/dict.go](https://codecov.io/gh/go-python/gpython/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-python#diff-cHkvZGljdC5nbw==) | `78.07% <75.00%> (-0.51%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-python). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-python)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.