-
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
[FIX] Allow Apidae Trek parser to handle traces not in utf-8 #3899
Conversation
0f95674
to
720f8c5
Compare
Passing run #7882 ↗︎
Details:
Review all test suite changes for PR #3899 ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3899 +/- ##
=======================================
Coverage 98.35% 98.36%
=======================================
Files 293 294 +1
Lines 22174 22203 +29
=======================================
+ Hits 21810 21839 +29
Misses 364 364 ☔ View full report in Codecov by Sentry. |
d6fa9a3
to
7daefd6
Compare
99b840e
to
8037c31
Compare
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.
Great work @juggler31! 👍
I have made a few comments.
I suggest to rephrase your commit message. What do you think of:
[FIX] Allow Apidae Trek parser to handle traces not in utf-8
8037c31
to
df2070e
Compare
2bd49aa
to
4f7c68b
Compare
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.
Much better, thanks!
I suggest some renaming. Nice one with the os.replace
!
4f7c68b
to
c58cf3e
Compare
c58cf3e
to
68d7d93
Compare
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.
I have spotted some more issues. And there is a failing CI check on tests (I have not looked at it).
7ae2cb0
to
8075f71
Compare
8075f71
to
5ac38e6
Compare
Description
Related Issue
Checklist