-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conditions #155
Conditions #155
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #155 +/- ##
==========================================
+ Coverage 86.82% 86.98% +0.16%
==========================================
Files 52 56 +4
Lines 2428 2651 +223
==========================================
+ Hits 2108 2306 +198
- Misses 320 345 +25 ☔ View full report in Codecov by Sentry. |
- New version, when stable, is going to be 5.0.0 as we added new functionalities like gateway rules. - Updated configuration versioning to 5 - Implemented legacy converter to translate v4 into v5 format
@SimpleSquirrelz I checked the test in local, if I run it on its own it sometimes fails because it doesn't discover any global attribute (it's expecting 1). def test_discover_global_attributes(entry_point, global_log_files):
for log_path in global_log_files:
log = pd.read_csv(log_path, compression="gzip")
assert_attributes(log, LOG_IDS, expected_case_attrs=0, expected_event_attrs=16, expected_global_attrs=1) Plz, change the input log to one simple log that has a global attribute easy to detect, so tests success doesn't depend on potential stochasticity in the discovery. |
Quality Gate passedIssues Measures |
No description provided.