Skip to content

Commit

Permalink
Añadido coverage a la documentación
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 28, 2024
1 parent 31b3157 commit 7ba4bdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added docs/images/12-sonarcloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion docs/src/12_testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@ image::12-grafana-loadtests.png[]

As we can see in Gatling's report, the application was able to handle a load of 9990 requests. In particular, 97% of the requests were successful in less than 800 milliseconds and 3% were unsuccessful.

This shows that the application is able to handle a large number of requests in a short period of time, with a high success rate. We can also be sure that the application is able to handle a large number of users accessing it at the same time in production.
This shows that the application is able to handle a large number of requests in a short period of time, with a high success rate. We can also be sure that the application is able to handle a large number of users accessing it at the same time in production.

=== Code coverage
We used SonarCloud to check the code coverage of the application. It shows test coverage, code duplication, and code smells, among other things. The results are shown below:

image::12-sonarcloud.png[]

0 comments on commit 7ba4bdd

Please sign in to comment.