OpenBAS-Platform / openbas

Open Breach and Attack Simulation Platform
https://openbas.io
Other
213 stars 23 forks source link

[backend] Improv performance on atomic testing pagination list #1084

Closed RomuDeuxfois closed 3 weeks ago

RomuDeuxfois commented 1 month ago

Related issues

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0.42017% with 237 lines in your changes missing coverage. Please review.

Project coverage is 26.18%. Comparing base (9def8d5) to head (72f01ab). Report is 1 commits behind head on master.

Files Patch % Lines
.../java/io/openbas/service/AtomicTestingService.java 0.59% 168 Missing :warning:
...penbas/rest/inject/output/AtomicTestingOutput.java 0.00% 28 Missing :warning:
...main/java/io/openbas/utils/AtomicTestingUtils.java 0.00% 17 Missing :warning:
...rc/main/java/io/openbas/service/InjectService.java 0.00% 16 Missing :warning:
...va/io/openbas/rest/inject/output/InjectOutput.java 0.00% 7 Missing :warning:
.../openbas/rest/atomic_testing/AtomicTestingApi.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1084 +/- ## ============================================ - Coverage 26.32% 26.18% -0.15% - Complexity 1059 1062 +3 ============================================ Files 474 475 +1 Lines 11327 11530 +203 Branches 579 599 +20 ============================================ + Hits 2982 3019 +37 - Misses 8261 8426 +165 - Partials 84 85 +1 ```

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

Dimfacion commented 3 weeks ago

image It looks like there is an issue here

RomuDeuxfois commented 3 weeks ago

image It looks like there is an issue here

Fix