-
Notifications
You must be signed in to change notification settings - Fork 36
Added tests for execute_analysis function #2310
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2310 +/- ##
==========================================
+ Coverage 77.16% 77.56% +0.39%
==========================================
Files 88 89 +1
Lines 3377 3428 +51
Branches 366 370 +4
==========================================
+ Hits 2606 2659 +53
+ Misses 703 702 -1
+ Partials 68 67 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
346eed1 to
dc583bc
Compare
anth-volk
left a comment
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.
Thanks for this @HerveRI! Very excited to add to the codebase.
|
|
||
|
|
||
| @pytest.fixture | ||
| def mock_trigger_ai_analysis(): |
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.
accolade: I'm really liking these mocks!
Added unit tests for the execute_analysis function in th tracer_analysis_service file.