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

FEAT: RCS class #5405

Open
wants to merge 107 commits into
base: main
Choose a base branch
from
Open

FEAT: RCS class #5405

wants to merge 107 commits into from

Conversation

Samuelopez-ansys
Copy link
Member

No description provided.

@SMoraisAnsys
Copy link
Collaborator

@Samuelopez-ansys I did a few changes on the PR:

  • Adding integration testing dependencies to the project AND to CICD (wasn't part of the current CICD)
  • Adding unit and integration tests on MonostaticRCSData
  • Removing unused private attributes see e50bcaa
  • Changing raised Exception types to help with testing (Exception was too wide)
  • Fixing the check on file extension ("h5" -> ".h5")
  • Fixing call to logger
  • Refactoring to use private attributes instead of properties
  • Refactoring to use Path open method
  • Refactoring imports to match testing strategy

Copy link

codecov bot commented Nov 14, 2024

Codecov Report

Attention: Patch coverage is 91.65303% with 102 lines in your changes missing coverage. Please review.

Project coverage is 84.58%. Comparing base (2d1e606) to head (528918f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5405      +/-   ##
==========================================
+ Coverage   84.37%   84.58%   +0.20%     
==========================================
  Files         140      142       +2     
  Lines       58669    59878    +1209     
==========================================
+ Hits        49504    50646    +1142     
- Misses       9165     9232      +67     
---- 🚨 Try these New Features:

@Samuelopez-ansys Samuelopez-ansys enabled auto-merge (squash) November 18, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants