VHDL / pyVHDLModel

An abstract language model of VHDL written in Python.
https://vhdl.github.io/pyVHDLModel/
Other
50 stars 9 forks source link

v0.21.0 #59

Closed Paebbels closed 1 year ago

Paebbels commented 1 year ago

New Features

Changes

Bug Fixes

codecov[bot] commented 1 year ago

Codecov Report

Base: 60.48% // Head: 71.83% // Increases project coverage by +11.34% :tada:

Coverage data is based on head (ae14287) compared to base (b3c3d8e). Patch coverage: 48.74% of modified lines in pull request are covered.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #59 +/- ## =========================================== + Coverage 60.48% 71.83% +11.34% =========================================== Files 8 7 -1 Lines 3209 3511 +302 Branches 750 833 +83 =========================================== + Hits 1941 2522 +581 + Misses 1257 933 -324 - Partials 11 56 +45 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `71.83% <48.74%> (+11.34%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/VHDL/pyVHDLModel/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL) | Coverage Δ | | |---|---|---| | [pyVHDLModel/SyntaxModel.py](https://codecov.io/gh/VHDL/pyVHDLModel/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvU3ludGF4TW9kZWwucHk=) | `68.47% <43.96%> (+8.23%)` | :arrow_up: | | [pyVHDLModel/\_\_init\_\_.py](https://codecov.io/gh/VHDL/pyVHDLModel/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvX19pbml0X18ucHk=) | `84.56% <86.56%> (+5.58%)` | :arrow_up: | | [tests/unit/Instantiate.py](https://codecov.io/gh/VHDL/pyVHDLModel/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-dGVzdHMvdW5pdC9JbnN0YW50aWF0ZS5weQ==) | | | | [pyVHDLModel/std.py](https://codecov.io/gh/VHDL/pyVHDLModel/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvc3RkLnB5) | `97.10% <0.00%> (+97.10%)` | :arrow_up: | | [pyVHDLModel/ieee.py](https://codecov.io/gh/VHDL/pyVHDLModel/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvaWVlZS5weQ==) | `100.00% <0.00%> (+100.00%)` | :arrow_up: | 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=VHDL). 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=VHDL)

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