Skip to content
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

Replace satori/go.uuid with google/uuid #1573

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Replace satori/go.uuid with google/uuid #1573

merged 1 commit into from
Dec 28, 2023

Conversation

Juneezee
Copy link
Contributor

github.com/satori/go.uuid is no longer being actively maintained (last commit was 5 years ago 1). So we should just use the newer github.com/google/uuid.

Footnotes

  1. https://github.com/satori/go.uuid/commits/master/

`github.com/satori/go.uuid` is no longer being actively maintained. So
we should just use the newer `github.com/google/uuid`.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Copy link

sonarcloud bot commented Dec 27, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Dec 28, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (ae50a9b) 2.97% compared to head (eb8b849) 2.97%.

Files Patch % Lines
route/v1/file.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1573   +/-   ##
=====================================
  Coverage   2.97%   2.97%           
=====================================
  Files         39      39           
  Lines       4433    4433           
=====================================
  Hits         132     132           
  Misses      4289    4289           
  Partials      12      12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LinkLeong LinkLeong merged commit 27d6dd8 into IceWhaleTech:main Dec 28, 2023
3 of 4 checks passed
@tigerinus
Copy link
Contributor

tigerinus commented Dec 28, 2023

at some point we should refactor the code to ensure code coverage doesn't drop.

merging PR with failing checks is a starting point of "broken windows" - https://medium.com/@learnstuff.io/broken-window-theory-in-software-development-bef627a1ce99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants