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

[Oztechan/CCC#3996] Move threading into Routes #3998

Merged
merged 2 commits into from
Sep 29, 2024

Conversation

mustafaozhan
Copy link
Member

Resolves #3996

@mustafaozhan mustafaozhan requested a review from a team as a code owner September 28, 2024 11:30
Copy link

codacy-production bot commented Sep 28, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.18% 0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e4e10f7) 3239 1734 53.54%
Head commit (d85a538) 3250 (+11) 1734 (+0) 53.35% (-0.18%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#3998) 26 0 0.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Sep 28, 2024

Codecov Report

Attention: Patch coverage is 0% with 26 lines in your changes missing coverage. Please review.

Project coverage is 56.93%. Comparing base (e4e10f7) to head (d85a538).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...om/oztechan/ccc/backend/app/routes/VersionRoute.kt 0.00% 8 Missing ⚠️
...m/oztechan/ccc/backend/app/routes/CurrencyRoute.kt 0.00% 6 Missing ⚠️
...n/com/oztechan/ccc/backend/app/module/APIModule.kt 0.00% 4 Missing ⚠️
.../com/oztechan/ccc/backend/app/routes/ErrorRoute.kt 0.00% 4 Missing ⚠️
...n/com/oztechan/ccc/backend/app/routes/RootRoute.kt 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3998      +/-   ##
===========================================
- Coverage    57.14%   56.93%   -0.21%     
===========================================
  Files          167      167              
  Lines         2919     2930      +11     
  Branches       435      438       +3     
===========================================
  Hits          1668     1668              
- Misses        1226     1237      +11     
  Partials        25       25              

Impacted file tree graph

Files with missing lines Coverage Δ
...n/com/oztechan/ccc/backend/app/module/APIModule.kt 0.00% <0.00%> (ø)
.../com/oztechan/ccc/backend/app/routes/ErrorRoute.kt 0.00% <0.00%> (ø)
...n/com/oztechan/ccc/backend/app/routes/RootRoute.kt 0.00% <0.00%> (ø)
...m/oztechan/ccc/backend/app/routes/CurrencyRoute.kt 0.00% <0.00%> (ø)
...om/oztechan/ccc/backend/app/routes/VersionRoute.kt 0.00% <0.00%> (ø)

Copy link

@mustafaozhan mustafaozhan merged commit daf57dc into develop Sep 29, 2024
15 checks passed
@mustafaozhan mustafaozhan deleted the 3996-Move-theading-into-Routues branch September 29, 2024 09:41
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.

Move theading into Routues
1 participant