-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(internal/uploader): UDENG-5706 ubuntu insights uploader #9
Conversation
…count in set test
…5706-ubuntu-insights-uploader
…5706-ubuntu-insights-uploader
…5706-ubuntu-insights-uploader
… enhance report retrieval logic
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
===========================================
+ Coverage 60.88% 72.90% +12.02%
===========================================
Files 13 17 +4
Lines 294 598 +304
===========================================
+ Hits 179 436 +257
- Misses 102 134 +32
- Partials 13 28 +15 ☔ View full report in Codecov by Sentry. |
68c2fc0
to
b1a6d21
Compare
b1a6d21
to
64e2178
Compare
25da965
to
a52eafa
Compare
|
a52eafa
to
42ce446
Compare
42ce446
to
f5a0ee4
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.
Looks pretty good. Some small questions and readability. But the commit history is a bit strange.
internal/uploader/testdata/TestUpload/golden/consent_manager_global_false,_source_true
Outdated
Show resolved
Hide resolved
de2b460
to
187ac26
Compare
187ac26
to
dd85be6
Compare
The commit history is a bit of a mess yeah. I think it is the product of doing git merge from main or a parent branch, and then at some point doing a rebase to squash fix up commits. |
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.
Just a few small things then this should be good to go!
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.
LGTM! Just a couple tiny nitpicks
cc1cbad
to
f1c6c53
Compare
f1c6c53
to
0378ed1
Compare
Implements the uploader component along with relevant tests.
UDENG-5706