Skip to content

[backend] Include payload tags in scenario export bundle (#3641) #3647

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

Open
wants to merge 1 commit into
base: release/current
Choose a base branch
from

Conversation

antoinemzs
Copy link
Contributor

Proposed changes

  • Include payload tags in scenario export bundle

Testing Instructions

  1. Step-by-step how to test
  2. Environment or config notes

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality
  • For bug fix -> I implemented a test that covers the bug

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@antoinemzs antoinemzs changed the base branch from master to release/current July 16, 2025 15:43
Copy link

codecov bot commented Jul 16, 2025

Codecov Report

Attention: Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.

Project coverage is 44.83%. Comparing base (35d2624) to head (e194406).
Report is 5 commits behind head on release/current.

Files with missing lines Patch % Lines
.../main/java/io/openbas/service/ScenarioService.java 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##             release/current    #3647      +/-   ##
=====================================================
+ Coverage              44.40%   44.83%   +0.42%     
- Complexity              2799     2805       +6     
=====================================================
  Files                    762      762              
  Lines                  23138    23147       +9     
  Branches                1610     1610              
=====================================================
+ Hits                   10274    10377     +103     
+ Misses                 12289    12186     -103     
- Partials                 575      584       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scenario export function does not include payload tags
1 participant