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.0 #28

Closed Paebbels closed 2 years ago

Paebbels commented 2 years ago

New Features

Changes

Bug Fixes


Closes #36.

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@752077b). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage        ?   82.85%           
=======================================
  Files           ?        9           
  Lines           ?     1476           
  Branches        ?      236           
=======================================
  Hits            ?     1223           
  Misses          ?      192           
  Partials        ?       61           
Flag Coverage Δ
unittests 82.85% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out 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 752077b...ebf46ad. Read the comment docs.

Paebbels commented 2 years ago

@umarcor installing with python setup.py . is quite a problem as we don't have some dependencies available.

See https://github.com/edaa-org/pyEDAA.ProjectModel/runs/4500396973?check_suite_focus=true#step:4:17
image

Any ideas how to solve it?

umarcor commented 2 years ago

Maybe pip install .?

Paebbels commented 2 years ago

I checked, this is already used.

umarcor commented 2 years ago

Blocked by pyTooling/Actions#20.

EDIT

See pyTooling/Actions#21.

umarcor commented 2 years ago

pyTooling/Actions#21 was merged and this is now green. Keeping it as a draft until we update the installation of pyTooling.Packaging.