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

Support BMM Indexed Container meta-type, enabling Hash<K,V> structures #581

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Improve test runner structure.

713ad18
Select commit
Loading
Failed to load commit list.
Open

Support BMM Indexed Container meta-type, enabling Hash<K,V> structures #581

Improve test runner structure.
713ad18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 4, 2024 in 0s

71.73% (-0.02%) compared to ca42c1a

View this Pull Request on Codecov

71.73% (-0.02%) compared to ca42c1a

Details

Codecov Report

Attention: Patch coverage is 60.37736% with 21 lines in your changes are missing coverage. Please review.

Project coverage is 71.73%. Comparing base (ca42c1a) to head (713ad18).
Report is 13 commits behind head on master.

Files Patch % Lines
...r/bmm/v2/persistence/PBmmIndexedContainerType.java 57.14% 7 Missing and 2 partials ⚠️
...m/v2/persistence/PBmmIndexedContainerProperty.java 53.33% 5 Missing and 2 partials ⚠️
.../openehr/bmm/core/BmmIndexedContainerProperty.java 50.00% 3 Missing ⚠️
...in/java/org/openehr/bmm/core/BmmContainerType.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #581      +/-   ##
============================================
- Coverage     71.75%   71.73%   -0.02%     
- Complexity     6943     6975      +32     
============================================
  Files           663      667       +4     
  Lines         22680    22779      +99     
  Branches       3672     3689      +17     
============================================
+ Hits          16273    16341      +68     
- Misses         4670     4692      +22     
- Partials       1737     1746       +9     

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