Skip to content

Update dependencies#545

Merged
raphael merged 8 commits intomainfrom
update_dependencies
Apr 1, 2025
Merged

Update dependencies#545
raphael merged 8 commits intomainfrom
update_dependencies

Conversation

@raphael
Copy link
Copy Markdown
Member

@raphael raphael commented Apr 1, 2025

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 85.25%. Comparing base (3966997) to head (7f51aee).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
mock/cmd/cmg/pkg/generate.go 0.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #545      +/-   ##
==========================================
- Coverage   85.45%   85.25%   -0.20%     
==========================================
  Files          39       39              
  Lines        2227     2232       +5     
==========================================
  Hits         1903     1903              
- Misses        298      303       +5     
  Partials       26       26              
Flag Coverage Δ
micro 85.25% <50.00%> (-0.20%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@raphael raphael merged commit 93f5e02 into main Apr 1, 2025
4 of 6 checks passed
@raphael raphael deleted the update_dependencies branch April 1, 2025 22:22
douglaswth added a commit that referenced this pull request Apr 30, 2025
- #545 inadvertently introduced a bug where a call to `os.Remove` on a
  temporary file that should have been moved would have been allowed to
  fail started becoming logged as an error.
- This fixes the issue by making sure that the error returned by
  `os.Remove` is not `fs.ErrNotExist` which is an acceptable error in
  this case.
douglaswth added a commit that referenced this pull request Apr 30, 2025
- #545 inadvertently introduced a bug where a call to `os.Remove` on a
  temporary file that should have been moved would have been allowed to
  fail started becoming logged as an error.
- This fixes the issue by making sure that the error returned by
  `os.Remove` is not `fs.ErrNotExist` which is an acceptable error in
  this case.
raphael pushed a commit that referenced this pull request May 1, 2025
- #545 inadvertently introduced a bug where a call to `os.Remove` on a
  temporary file that should have been moved would have been allowed to
  fail started becoming logged as an error.
- This fixes the issue by making sure that the error returned by
  `os.Remove` is not `fs.ErrNotExist` which is an acceptable error in
  this case.
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.

1 participant