-
Notifications
You must be signed in to change notification settings - Fork 3
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
changed summmary.py logic #121
Conversation
Codecov Report
@@ Coverage Diff @@
## main #121 +/- ##
===========================================
- Coverage 69.28% 27.94% -41.34%
===========================================
Files 22 13 -9
Lines 1478 1052 -426
===========================================
- Hits 1024 294 -730
- Misses 454 758 +304
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added some more tests and exceptions, looks good to me
… and mark them as long
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* changed summmary.py logic * fixing test_summary * added macos for testing * fixed_display_test * fixed docs and exceptions * added dropout menu for summary * added new SummaryDetector to AnalysisExplorer * bug fixing * code improving * fixed test_display * fixed code smells * reduce tests for macos * added some tests and exceptions for summary init * changed CI, runs pytest independently * exclude test_analysisExplorer from macos in CI * moved some tests from test_init_summary to test_advanced_init_summary and mark them as long --------- Co-authored-by: Inga Ulusoy <[email protected]>
* added exception for empty file list * added batching, randomness and multiple file extensions to find_files * added more default filetypes to find_files * changed summmary.py logic (#121) * changed summmary.py logic * fixing test_summary * added macos for testing * fixed_display_test * fixed docs and exceptions * added dropout menu for summary * added new SummaryDetector to AnalysisExplorer * bug fixing * code improving * fixed test_display * fixed code smells * reduce tests for macos * added some tests and exceptions for summary init * changed CI, runs pytest independently * exclude test_analysisExplorer from macos in CI * moved some tests from test_init_summary to test_advanced_init_summary and mark them as long --------- Co-authored-by: Inga Ulusoy <[email protected]> * fixing coverage report (#126) * fixed coverage report --------- Co-authored-by: Petr Andriushchenko <[email protected]> Co-authored-by: Inga Ulusoy <[email protected]>
The reason for the error was a bug in the library |
changed summmary.py logic
solving #111