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.1.0 #9

Merged
merged 47 commits into from
Feb 21, 2024
Merged

v0.1.0 #9

merged 47 commits into from
Feb 21, 2024

Conversation

Paebbels
Copy link
Member

@Paebbels Paebbels commented Jan 31, 2022

New Features

  • Implemented new exception hierarchy.
  • Generic data model for unittest results.
  • Parsing junit test summary files.
  • A reader for OSVVM's test report summary files (YML files)
  • Added unit tests for the unit test model and the JUnit parser.

Changes

  • Updated dependabot settings.
  • Updated PR template.
  • Updated pipeline description.
  • Updated dependencies.
  • Updated pyproject.toml.
  • Updated setup.py.
  • Added example XML and YAML files for unit tests.

Documentation

  • Removed duplicate license file.
  • Updated documentation:
    • Reworked installation instructions.
    • Added glossary.
    • Added ToDo list.
  • Updated documentation template and override CSS.
  • Updated autoapi templates.
  • Updated prolog file.
  • Using sphinx-designs and sphinx-reports extensions.

Other

Bug Fixes

None


Related PRs:

@umarcor umarcor added the enhancement New feature or request label Jan 31, 2022
# New Features

* Abstraction of testsuites and testcases
* A reader for OSVVM's test report summary files (YML files)
* Enabled unit tests and static type checking in GHA workflow.
* Added basic repository / project files.
* Added more chapters to the documentation.

# Changes

* Old OSVB code will be provided on a separate branch.  
  See https://github.com/edaa-org/pyEDAA.Reports/tree/from-OSVB
@codecov
Copy link

codecov bot commented Jan 31, 2022

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (main@9d8f524). Click here to learn what that means.

❗ Current head e0a0321 differs from pull request most recent head c09dc8e. Consider uploading reports for the commit c09dc8e to get more accurate results

Files Patch % Lines
pyEDAA/Reports/Testcases/__init__.py 87.80% 10 Missing ⚠️
pyEDAA/Reports/Testcases/OSVVM.py 87.50% 6 Missing and 1 partial ⚠️
tests/unit/OSVVM.py 84.61% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main       #9   +/-   ##
=======================================
  Coverage        ?   88.58%           
=======================================
  Files           ?        4           
  Lines           ?      184           
  Branches        ?       17           
=======================================
  Hits            ?      163           
  Misses          ?       19           
  Partials        ?        2           
Flag Coverage Δ
unittests 88.58% <88.58%> (?)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Paebbels Paebbels self-assigned this Feb 21, 2024
@Paebbels Paebbels added Unit Testing Unit test summaries FileFormat: YAML YAML file format FileFormat: XML XML file format labels Feb 21, 2024
@Paebbels Paebbels marked this pull request as ready for review February 21, 2024 23:58
@Paebbels Paebbels merged commit 944dddb into main Feb 21, 2024
41 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request FileFormat: XML XML file format FileFormat: YAML YAML file format Unit Testing Unit test summaries
Development

Successfully merging this pull request may close these issues.

2 participants