Closed Matejkob closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.52%. Comparing base (
0fac570
) to head (033954f
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR merges the existing separate CI workflows (
Test_Examples_SwiftPM.yml
andTest_SwiftPM.yml
) into a single, comprehensive workflow file (ci.yml
). The new workflow supports testing across macOS, Linux, and Windows platforms for both the main package and the Examples package. It also includes code coverage reporting as a separate job.