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

unit and integration test improvement + explainer module #108

Merged
merged 50 commits into from
Dec 21, 2023

Conversation

technocreep
Copy link
Collaborator

simplified path_lib, added unit-tests

@pep8speaks
Copy link

@technocreep, my friend! There is something you should fix.

Line 34:39: W292 no newline at end of file

Line 1:1: F401 'pytest' imported but unused
Line 2:1: F401 'fedot_ind.api.utils.configurator.IndustrialConfigs' imported but unused
Line 64:9: W292 no newline at end of file

Line 25:85: E231 missing whitespace after ':'
Line 62:36: E203 whitespace before ','

Line 63:104: E231 missing whitespace after ','
Line 63:121: E501 line too long (121 > 120 characters)
Line 168:1: W391 blank line at end of file

Copy link

codecov bot commented Nov 1, 2023

Codecov Report

Attention: Patch coverage is 91.09312% with 22 lines in your changes missing coverage. Please review.

Project coverage is 71.01%. Comparing base (870b4d0) to head (d160a86).
Report is 94 commits behind head on main.

Files Patch % Lines
...hitecture/experiment/TimeSeriesAnomalyDetection.py 28.57% 10 Missing ⚠️
.../architecture/experiment/TimeSeriesClassifierNN.py 25.00% 3 Missing ⚠️
...position/matrix_decomposition/dmd_decomposition.py 62.50% 3 Missing ⚠️
...d/core/architecture/pipelines/anomaly_detection.py 0.00% 2 Missing ⚠️
fedot_ind/api/utils/saver_collections.py 75.00% 1 Missing ⚠️
...hitecture/experiment/TimeSeriesClassifierPreset.py 90.90% 1 Missing ⚠️
fedot_ind/core/optimizer/IndustrialEvoOptimizer.py 0.00% 1 Missing ⚠️
fedot_ind/tools/explain/explain.py 99.15% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #108       +/-   ##
===========================================
+ Coverage   47.37%   71.01%   +23.64%     
===========================================
  Files         109      109               
  Lines        7059     7077       +18     
===========================================
+ Hits         3344     5026     +1682     
+ Misses       3715     2051     -1664     
Flag Coverage Δ
unittests 71.01% <91.09%> (+23.64%) ⬆️

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.

@technocreep technocreep changed the title unit-test improvement unit and integration test improvement Nov 17, 2023
@technocreep technocreep changed the title unit and integration test improvement unit and integration test improvement + explainer module Dec 20, 2023
@technocreep technocreep merged commit de7df83 into main Dec 21, 2023
6 checks passed
@technocreep technocreep deleted the unittest_cov_improvement branch December 21, 2023 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants