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

Remove deprecated default ctor for DataSet #947

Merged
merged 4 commits into from
Apr 5, 2024

Conversation

alkino
Copy link
Member

@alkino alkino commented Feb 8, 2024

No description provided.

@alkino alkino added the v3 Anything that needs to be resolved before `v3`. label Feb 8, 2024
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7ba4849) 86.13% compared to head (6b8bd89) 86.11%.
Report is 18 commits behind head on master.

❗ Current head 6b8bd89 differs from pull request most recent head 3491dc0. Consider uploading reports for the commit 3491dc0 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #947      +/-   ##
==========================================
- Coverage   86.13%   86.11%   -0.03%     
==========================================
  Files          90       90              
  Lines        5858     5847      -11     
==========================================
- Hits         5046     5035      -11     
  Misses        812      812              

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

1uc
1uc previously requested changes Feb 9, 2024
Copy link
Collaborator

@1uc 1uc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be discussed :)

@1uc 1uc dismissed their stale review February 20, 2024 16:05

resolved

@1uc
Copy link
Collaborator

1uc commented Feb 21, 2024

This demonstrates that we need to expand the test coverage to ensure it errors out correctly.

1uc added 2 commits April 2, 2024 10:03
The only valid operations of default constructed DataSets and Groups is
to assign a valid object to them.

Therefore, calling any other methods should raise an exception.
@codecov-commenter
Copy link

codecov-commenter commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.38%. Comparing base (f169f38) to head (79341e7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #947      +/-   ##
==========================================
+ Coverage   85.45%   86.38%   +0.93%     
==========================================
  Files          92       92              
  Lines        5787     5898     +111     
==========================================
+ Hits         4945     5095     +150     
+ Misses        842      803      -39     

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

@1uc 1uc merged commit 25f6481 into master Apr 5, 2024
34 checks passed
@1uc 1uc deleted the cornu/remove_default_ctor_dataset branch April 5, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 Anything that needs to be resolved before `v3`.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants