evolutionary-architecture / evolutionary-architecture-by-example

Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
MIT License
1.55k stars 191 forks source link

Fix: small typo in calculation #87

Closed Mateuszpietrusinski closed 6 months ago

Mateuszpietrusinski commented 6 months ago

Removing small typo in the text. Each person creates about 100 requests per day so in the calculation we should have 100 instead of 1000. The result was calculated correctly.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.81%. Comparing base (5d26fa2) to head (a45cbc4).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #87 +/- ## ======================================= Coverage 96.81% 96.81% ======================================= Files 61 61 Lines 533 533 Branches 9 9 ======================================= Hits 516 516 Misses 14 14 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.