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

29 feature add to manage api key #31

Merged
merged 29 commits into from
Mar 30, 2024
Merged

Conversation

kynmh69
Copy link
Owner

@kynmh69 kynmh69 commented Mar 23, 2024

API Key 管理画面の追加

概要

  • このプルリクエストの目的と主な変更点を簡潔に説明してください。

issueの番号

変更内容

  • 具体的な変更点をリスト形式で明記してください。

Go言語に関するチェックリスト

  • コードは gofmt でフォーマットされている
  • go vet を実行して潜在的な問題がないことを確認
  • ユニットテストが追加/更新されている
  • パフォーマンスに影響する変更はベンチマークを通して評価されている
  • 依存関係の更新は適切に管理されている
  • エラーハンドリングが適切に行われている
  • Goのコーディング規約に準拠している
  • バグが修正されていること

影響範囲とリスク

  • この変更が及ぼす影響と潜在的なリスクについて説明してください。

テスト戦略

  • どのようにしてこれらの変更が正しいことをテストしたか説明してください。

追加情報 (任意)

  • レビュワーに伝えたいその他の情報や、関連するIssueなどがあればこちらに記載してください。

@kynmh69 kynmh69 added the enhancement New feature or request label Mar 23, 2024
@kynmh69 kynmh69 self-assigned this Mar 23, 2024
@kynmh69 kynmh69 linked an issue Mar 23, 2024 that may be closed by this pull request
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

Attention: Patch coverage is 51.51515% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 61.85%. Comparing base (3fbdbd4) to head (9208fb1).

Files Patch % Lines
src/key_management/main.go 0.00% 16 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   63.29%   61.85%   -1.44%     
==========================================
  Files          11       12       +1     
  Lines         237      270      +33     
==========================================
+ Hits          150      167      +17     
- Misses         58       74      +16     
  Partials       29       29              
Flag Coverage Δ
smart-tests 61.85% <51.51%> (-1.44%) ⬇️

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.

@kynmh69 kynmh69 marked this pull request as ready for review March 30, 2024 01:34
Copy link
Owner Author

@kynmh69 kynmh69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

いいですね

@kynmh69 kynmh69 merged commit dd9d810 into main Mar 30, 2024
10 of 12 checks passed
@kynmh69 kynmh69 deleted the 29-feature-add-to-manage-api-key branch March 30, 2024 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature add to manage api key
1 participant