edaa-org / pyEDAA.ProjectModel

An abstract model of EDA tool projects.
https://edaa-org.github.io/pyEDAA.ProjectModel
Other
10 stars 1 forks source link

v0.4.2 #43

Closed Paebbels closed 2 years ago

Paebbels commented 2 years ago

New Features

None

Changes

Bug Fixes

None

codecov-commenter commented 2 years ago

Codecov Report

Merging #43 (b5d48d7) into main (f5b50f3) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #43   +/-   ##
=======================================
  Coverage   82.39%   82.39%           
=======================================
  Files          12       12           
  Lines        1562     1562           
  Branches      246      246           
=======================================
  Hits         1287     1287           
  Misses        204      204           
  Partials       71       71           
Flag Coverage Δ
unittests 82.39% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyEDAA/ProjectModel/Attributes.py 100.00% <ø> (ø)
pyEDAA/ProjectModel/Xilinx/Vivado.py 85.00% <ø> (ø)
pyEDAA/ProjectModel/Xilinx/__init__.py 100.00% <ø> (ø)
tests/unit/Design.py 95.06% <ø> (ø)
tests/unit/File.py 96.66% <ø> (ø)
tests/unit/FileSet.py 97.24% <ø> (ø)
tests/unit/Files.py 96.19% <ø> (ø)
tests/unit/Project.py 92.85% <ø> (ø)
tests/unit/VHDLLibrary.py 92.00% <ø> (ø)
tests/unit/VivadoProject.py 83.33% <ø> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f5b50f3...b5d48d7. Read the comment docs.