kestrelquantum / QuantumCollocation.jl

Quantum Optimal Control with Direct Collocation
MIT License
29 stars 7 forks source link

Modular testing #78

Closed andgoldschmidt closed 6 months ago

andgoldschmidt commented 6 months ago

Improve test infracstructure by introducing modular testing.

Leverages https://github.com/julia-vscode/TestItemRunner.jl to get individual testing integrated into VS Code.

Add testing infracstructure for losses and embedded operators.

Closes #58.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 85.84071% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 47.13%. Comparing base (efcf3b7) to head (89e6bbe).

Files Patch % Lines
src/quantum_system_utils.jl 88.54% 11 Missing :warning:
src/quantum_utils.jl 50.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #78 +/- ## ========================================== + Coverage 45.05% 47.13% +2.08% ========================================== Files 26 27 +1 Lines 2526 2635 +109 ========================================== + Hits 1138 1242 +104 - Misses 1388 1393 +5 ```

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