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

Minor fixes #40

Closed umarcor closed 2 years ago

umarcor commented 2 years ago

Bug Fixes

codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (cda002d) into dev (e778a70) will increase coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #40      +/-   ##
==========================================
+ Coverage   81.31%   81.37%   +0.05%     
==========================================
  Files           9        9              
  Lines        1504     1503       -1     
  Branches      243      243              
==========================================
  Hits         1223     1223              
+ Misses        213      212       -1     
  Partials       68       68              
Flag Coverage Δ
unittests 81.37% <ø> (+0.05%) :arrow_up:

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

Impacted Files Coverage Δ
pyEDAA/ProjectModel/__init__.py 72.17% <ø> (+0.08%) :arrow_up:

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 e778a70...cda002d. Read the comment docs.

umarcor commented 2 years ago

I moved commits related to staticmethod into #41. Now, this PR contains blank line and list issues only.