dotnet / nuget-trends

Check out NuGet packages adoption and what's trending on NuGet.
https://nugettrends.com
MIT License
146 stars 25 forks source link

SPA + API = Web #129

Closed joaopgrassi closed 3 years ago

joaopgrassi commented 3 years ago

To make the deployment process easier, now the API/Kestrel will serve the SPA static files. The main changes are:

codecov[bot] commented 3 years ago

Codecov Report

Merging #129 (12d92f4) into main (d114dc6) will decrease coverage by 0.59%. The diff coverage is 89.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
- Coverage   90.05%   89.45%   -0.60%     
==========================================
  Files          28       28              
  Lines         342      351       +9     
  Branches       30       31       +1     
==========================================
+ Hits          308      314       +6     
- Misses         26       28       +2     
- Partials        8        9       +1     
Impacted Files Coverage Δ
...rtal/src/app/core/services/social-share.service.ts 35.00% <35.00%> (ø)
.../components/search-input/search-input.component.ts 82.35% <82.35%> (ø)
...Web/Portal/src/app/shared/models/package-models.ts 87.50% <87.50%> (ø)
.../components/package-list/package-list.component.ts 89.65% <89.65%> (ø)
...loading-indicator/loading-indicator.interceptor.ts 90.00% <90.00%> (ø)
....Web/Portal/src/app/packages/packages.component.ts 90.58% <90.58%> (ø)
...omponents/search-period/search-period.component.ts 95.65% <95.65%> (ø)
...uGetTrends.Web/Portal/src/app/app-routes.module.ts 100.00% <100.00%> (ø)
...rc/NuGetTrends.Web/Portal/src/app/app.component.ts 100.00% <100.00%> (ø)
...NuGetTrends.Web/Portal/src/app/core/core.module.ts 100.00% <100.00%> (ø)
... and 74 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d114dc6...12d92f4. Read the comment docs.