Skip to content

Feature/deprecated code analysis#11

Merged
vein80 merged 2 commits intomasterfrom
feature/deprecated-code-analysis
Aug 3, 2025
Merged

Feature/deprecated code analysis#11
vein80 merged 2 commits intomasterfrom
feature/deprecated-code-analysis

Conversation

@shibbirmcc
Copy link
Owner

No description provided.

- Replace deprecated ioutil.TempDir with os.MkdirTemp
- Replace deprecated ioutil.WriteFile with os.WriteFile
- Replace interface{} with any for better Go 1.18+ compatibility
- Add comprehensive deprecated code analysis report

All tests passing after modernization changes.
@shibbirmcc shibbirmcc requested a review from vein80 August 2, 2025 14:12
@codecov-commenter
Copy link

codecov-commenter commented Aug 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
unittests 84.82% <100.00%> (?)

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

Files with missing lines Coverage Δ
middlewares/auth.go 85.18% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vein80 vein80 merged commit 7432561 into master Aug 3, 2025
1 check passed
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