aglinxinyuan opened a new pull request, #6129:
URL: https://github.com/apache/texera/pull/6129

   ### What changes were proposed in this PR?
   
   Adds unit-test coverage for uncovered lines Codecov reports across 
`common/auth` and `common/workflow-operator`:
   
   - **`HeaderFieldSpec`** (new, `common/auth`) — pins the four HTTP 
header-name constants and their distinctness.
   - **`FilledAreaPlotOpDescSpec`** (extended) — adds the `getOutputSchemas` 
single `html-content` STRING column assertion, the `facet_col=` branch when 
`facetColumn` is enabled with a line group, and a Jackson JSON round-trip 
through the polymorphic base.
   - **`DumbbellPlotOpDescSpec`** (extended) — adds the `showlegend` flag 
branch driven by `showLegends` and the `addPlotlyDots` configured-vs-empty 
dot-column branch.
   
   No production code is changed; this is test-only.
   
   ### Any related issues, documentation, discussions?
   
   Coverage gaps identified from the Codecov report for `apache/texera`.
   
   ### How was this PR tested?
   
   New/extended ScalaTest specs, run locally:
   
   ```
   sbt "Auth/testOnly *HeaderFieldSpec" \
       "WorkflowOperator/testOnly *FilledAreaPlotOpDescSpec 
*DumbbellPlotOpDescSpec"
   ```
   
   All pass. `scalafmt` and `scalafixAll --check` are clean.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 4.8 [1M context])
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to