-
Notifications
You must be signed in to change notification settings - Fork 90
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
[backend] Add tests for importing Simulation (JSON) (#1489) #2219
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/current #2219 +/- ##
=====================================================
+ Coverage 33.73% 35.91% +2.17%
- Complexity 1566 1704 +138
=====================================================
Files 583 587 +4
Lines 18000 18481 +481
Branches 1168 1239 +71
=====================================================
+ Hits 6072 6637 +565
+ Misses 11635 11519 -116
- Partials 293 325 +32 ☔ View full report in Codecov by Sentry. |
Dimfacion
force-pushed
the
release/current
branch
from
January 20, 2025 13:50
f9139f7
to
a5825c1
Compare
antoinemzs
force-pushed
the
issue/1489_import_json
branch
from
January 20, 2025 13:59
cd7cf52
to
06e4870
Compare
Dimfacion
force-pushed
the
release/current
branch
from
January 20, 2025 14:22
a5825c1
to
13d6e1b
Compare
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
antoinemzs
force-pushed
the
issue/1489_import_json
branch
from
January 20, 2025 14:32
29be0d5
to
5cf5ed8
Compare
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Antoine MAZEAS <[email protected]>
impolitepanda
requested changes
Jan 23, 2025
openbas-api/src/main/java/io/openbas/rest/exercise/service/ExportService.java
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/rest/exercise/exports/ExerciseFileExport.java
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/rest/exercise/service/ExportService.java
Show resolved
Hide resolved
openbas-api/src/test/java/io/openbas/utils/fixtures/composers/ExerciseComposer.java
Show resolved
Hide resolved
Signed-off-by: Antoine MAZEAS <[email protected]>
impolitepanda
approved these changes
Jan 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
Related issues
Checklist