Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.5.0 #54

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft

v0.5.0 #54

wants to merge 34 commits into from

Conversation

Paebbels
Copy link
Member

@Paebbels Paebbels commented Jul 29, 2023

New Features

Changes

  • Bumped dependencies.
  • Use meta-class ExtendedType for class Attribute.
  • Added more testcases.
  • Updated pyproject file.

Bug Fixes

None


Related PRs:

@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

Merging #54 (3d65107) into main (38aa30f) will decrease coverage by 8.32%.
The diff coverage is 61.04%.

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
- Coverage   78.83%   70.52%   -8.32%     
==========================================
  Files          13        4       -9     
  Lines        1682     1201     -481     
  Branches      330      353      +23     
==========================================
- Hits         1326      847     -479     
+ Misses        276      269       -7     
- Partials       80       85       +5     
Flag Coverage Δ
unittests 70.52% <61.04%> (-8.32%) ⬇️

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

Files Changed Coverage Δ
pyEDAA/ProjectModel/Attributes.py 100.00% <ø> (ø)
pyEDAA/ProjectModel/Xilinx/Vivado.py 85.12% <ø> (ø)
pyEDAA/ProjectModel/Xilinx/__init__.py 100.00% <ø> (ø)
pyEDAA/ProjectModel/__init__.py 68.42% <61.04%> (-2.15%) ⬇️

... and 9 files with indirect coverage changes

@Paebbels Paebbels added the Enhancement New feature or request label Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

How can I add a FileSet to a FileSet?
2 participants