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

Fix for issue #4655 Removing mutable data structures and function calls as default arguments in the entire codebase #4810

Closed
wants to merge 7 commits into from

Merge branch 'develop' into issue_4655

1c1c644
Select commit
Loading
Failed to load commit list.
Closed

Fix for issue #4655 Removing mutable data structures and function calls as default arguments in the entire codebase #4810

Merge branch 'develop' into issue_4655
1c1c644
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 10, 2024 in 1s

93.62% (-0.07%) compared to a27591c

View this Pull Request on Codecov

93.62% (-0.07%) compared to a27591c

Details

Codecov Report

Attention: Patch coverage is 64.28571% with 10 lines in your changes missing coverage. Please review.

Project coverage is 93.62%. Comparing base (a27591c) to head (1c1c644).

Files with missing lines Patch % Lines
package/MDAnalysis/analysis/encore/similarity.py 62.50% 0 Missing and 3 partials ⚠️
package/MDAnalysis/analysis/base.py 0.00% 1 Missing and 1 partial ⚠️
package/MDAnalysis/analysis/helix_analysis.py 66.66% 1 Missing and 1 partial ⚠️
package/MDAnalysis/topology/ITPParser.py 33.33% 1 Missing and 1 partial ⚠️
package/MDAnalysis/analysis/align.py 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4810      +/-   ##
===========================================
- Coverage    93.68%   93.62%   -0.07%     
===========================================
  Files          177      189      +12     
  Lines        21743    22833    +1090     
  Branches      3055     3067      +12     
===========================================
+ Hits         20370    21377    +1007     
- Misses         927     1003      +76     
- Partials       446      453       +7     

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