-
Notifications
You must be signed in to change notification settings - Fork 7
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
refactor: switch to using symbols for tokens in tsyringe #1337
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1337 +/- ##
==========================================
+ Coverage 82.77% 82.87% +0.09%
==========================================
Files 126 127 +1
Lines 22995 23065 +70
Branches 2261 1704 -557
==========================================
+ Hits 19035 19114 +79
- Misses 3771 3859 +88
+ Partials 189 92 -97
|
commit efc8417 Author: Jeromy Cannon <[email protected]> Date: Mon Feb 10 00:35:23 2025 +0000 removed incorrect import Signed-off-by: Jeromy Cannon <[email protected]> commit 0c8a7f2 Author: Jeromy Cannon <[email protected]> Date: Mon Feb 10 00:31:01 2025 +0000 Squashed commit of the following: commit 8ee5902 Author: Jeromy Cannon <[email protected]> Date: Mon Feb 10 00:28:34 2025 +0000 missed some Signed-off-by: Jeromy Cannon <[email protected]> commit 7ab6be2 Author: Jeromy Cannon <[email protected]> Date: Mon Feb 10 00:23:36 2025 +0000 set type Signed-off-by: Jeromy Cannon <[email protected]> commit 1f95b8a Author: Jeromy Cannon <[email protected]> Date: Mon Feb 10 00:19:37 2025 +0000 cleared another round of InjectTokens Signed-off-by: Jeromy Cannon <[email protected]> commit a41236f Author: Jeromy Cannon <[email protected]> Date: Mon Feb 10 00:09:16 2025 +0000 cleared another round of InjectTokens Signed-off-by: Jeromy Cannon <[email protected]> commit e707891 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 23:42:13 2025 +0000 more solologger tokens & index.ts Signed-off-by: Jeromy Cannon <[email protected]> commit a2ea049 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 23:35:20 2025 +0000 more solologger tokens Signed-off-by: Jeromy Cannon <[email protected]> commit 533a2c1 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 22:49:45 2025 +0000 update SoloLogger Signed-off-by: Jeromy Cannon <[email protected]> commit 83a6d4a Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 22:37:34 2025 +0000 updated container.register() to use tokens Signed-off-by: Jeromy Cannon <[email protected]> commit 22e1c17 Author: Jeromy Cannon <[email protected]> Date: Sun Feb 9 22:19:49 2025 +0000 moved tsyringe classes into dependency_injection folder Signed-off-by: Jeromy Cannon <[email protected]> Signed-off-by: Jeromy Cannon <[email protected]> Signed-off-by: Jeromy Cannon <[email protected]>
efc8417
to
aa4df69
Compare
Description
This pull request changes the following:
Related Issues