-
Notifications
You must be signed in to change notification settings - Fork 77
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
chore: add core transcript unit tests #649
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #649 +/- ##
==========================================
+ Coverage 54.48% 55.43% +0.94%
==========================================
Files 193 193
Lines 20618 20842 +224
==========================================
+ Hits 11234 11553 +319
+ Misses 9384 9289 -95 ☔ View full report in Codecov by Sentry. |
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.
Nice work, pls fix the formating as per my comment and feel free to merge.
This adds the remaining unit tests that are missing from #608. Some minor refactoring to create reusable test fixtures are included too.