VHDL / pyVHDLModel

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

v0.26.0 #73

Closed Paebbels closed 1 year ago

Paebbels commented 1 year ago

New Features

Changes

Bug Fixes

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 68.33% and project coverage change: +1.26 :tada:

Comparison is base (c36c2d8) 72.18% compared to head (2816aeb) 73.45%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #73 +/- ## ========================================== + Coverage 72.18% 73.45% +1.26% ========================================== Files 22 22 Lines 3833 3989 +156 Branches 871 899 +28 ========================================== + Hits 2767 2930 +163 + Misses 1006 999 -7 Partials 60 60 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `73.45% <68.33%> (+1.26%)` | :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://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL) | Coverage Δ | | |---|---|---| | [pyVHDLModel/Exception.py](https://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvRXhjZXB0aW9uLnB5) | `68.88% <0.00%> (ø)` | | | [pyVHDLModel/Namespace.py](https://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvTmFtZXNwYWNlLnB5) | `64.28% <0.00%> (ø)` | | | [pyVHDLModel/Concurrent.py](https://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvQ29uY3VycmVudC5weQ==) | `56.42% <51.85%> (+1.37%)` | :arrow_up: | | [pyVHDLModel/Regions.py](https://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvUmVnaW9ucy5weQ==) | `60.43% <60.43%> (ø)` | | | [pyVHDLModel/\_\_init\_\_.py](https://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvX19pbml0X18ucHk=) | `76.02% <65.78%> (-0.08%)` | :arrow_down: | | [pyVHDLModel/DesignUnit.py](https://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvRGVzaWduVW5pdC5weQ==) | `76.47% <66.66%> (+4.27%)` | :arrow_up: | | [pyVHDLModel/Object.py](https://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvT2JqZWN0LnB5) | `85.93% <83.33%> (-0.51%)` | :arrow_down: | | [pyVHDLModel/STD.py](https://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvU1RELnB5) | `98.26% <100.00%> (+1.00%)` | :arrow_up: | | [pyVHDLModel/Type.py](https://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL#diff-cHlWSERMTW9kZWwvVHlwZS5weQ==) | `76.68% <100.00%> (+6.63%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/VHDL/pyVHDLModel/pull/73/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VHDL)

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