Skip to content

test: add Aqua.jl to the test suite#341

Merged
franckgaga merged 8 commits intomainfrom
aqua
Mar 24, 2026
Merged

test: add Aqua.jl to the test suite#341
franckgaga merged 8 commits intomainfrom
aqua

Conversation

@franckgaga
Copy link
Member

The tests exclude unbound_args since Vararg is needed for the splatting syntax of JuMP.@operator, and JuMP will never call the associated functions with 0 argument (it would mean 0 decision variable, does not make sense in the context of model predictive control or moving horizon estimation).

The test exclude `unbound_args` since `Vararg` is needed for the splatting syntax of `JuMP.@operator`, and JuMP will never call the associated functions with 0 argument (it would mean 0 decision variable).
@codecov-commenter
Copy link

codecov-commenter commented Mar 24, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 98.57%. Comparing base (20f8634) to head (4c2d8e6).

Files with missing lines Patch % Lines
src/controller/transcription.jl 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #341      +/-   ##
==========================================
- Coverage   98.59%   98.57%   -0.02%     
==========================================
  Files          27       27              
  Lines        5190     5190              
==========================================
- Hits         5117     5116       -1     
- Misses         73       74       +1     

☔ 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.

@franckgaga franckgaga merged commit b9c5c77 into main Mar 24, 2026
5 checks passed
@franckgaga franckgaga deleted the aqua branch March 24, 2026 23:06
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.

2 participants