-
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
Provide err msg empty file location #120
Conversation
Codecov Report
@@ Coverage Diff @@
## main #120 +/- ##
==========================================
+ Coverage 69.28% 72.21% +2.92%
==========================================
Files 22 21 -1
Lines 1478 1605 +127
==========================================
+ Hits 1024 1159 +135
+ Misses 454 446 -8
|
* 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 <inga.ulusoy@uni-heidelberg.de>
* fixed coverage report
9f8d3b7
to
412ff9b
Compare
Kudos, SonarCloud Quality Gate passed!
|
This fixes #104, #103, #107 and #98