Skip to content
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

Small fixes and improvement. #1078

Merged
merged 15 commits into from
Apr 10, 2024
Merged

Conversation

dlyr
Copy link
Contributor

@dlyr dlyr commented Apr 5, 2024

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Be aware that the PR request cannot be accepted if it doesn't pass the Continuous Integration tests.

  • What kind of change does this PR introduce?

    • bug fix
    • feature
    • docs update
    • other: coverage
  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

Related to coverage, it was not working on my side, maybe related to qt6 moc, but I did not dig more than that to find why.
[cmake] CMAKE_AUTOMOC_PATH_PREFIX to fix coverage.
[cmake] Update coverage exclude and basedir.
[cmake] updates CodeCoverage.cmake according to upstream and local fixes.
[cmake] Code coverage verbose message without STATUS.
[tests][cmake] parrallel ctest.

About warnings
[core][engine][headless][tests] fix warnings.
[cmake] do not warn missing default on switch.

Apout cli
[examples] use CLI getter (now member variable is private).
[headless] split Viewer/RadiumEngine CLI App to have CLI without renderer.

Enhancement
[core] add allClose in math function.

Fixes and typo
[gui] add missing viewer's delete pickingManager.
[engine] typo programm -> program.
[engine] Fix out of bound image read.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

On the CLIViewer, since data member need to be accessed with getters/setters

  • Other information:

Copy link

codecov bot commented Apr 5, 2024

Codecov Report

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

Project coverage is 46.72%. Comparing base (23b87ca) to head (5e66aec).
Report is 1 commits behind head on release-candidate.

Files Patch % Lines
src/Headless/CLIViewer.cpp 85.29% 5 Missing ⚠️
src/Core/Geometry/MeshPrimitives.cpp 0.00% 1 Missing ⚠️
src/Engine/Data/TextureManager.cpp 0.00% 1 Missing ⚠️
src/Gui/Viewer/Viewer.cpp 0.00% 1 Missing ⚠️
src/Headless/CLI/TypeTools.hpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##           release-candidate    #1078      +/-   ##
=====================================================
- Coverage              46.75%   46.72%   -0.03%     
=====================================================
  Files                    316      316              
  Lines                  23255    23246       -9     
=====================================================
- Hits                   10872    10861      -11     
- Misses                 12383    12385       +2     

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

@dlyr dlyr requested a review from MathiasPaulin April 6, 2024 07:06
@dlyr dlyr merged commit fb44fc6 into STORM-IRIT:release-candidate Apr 10, 2024
16 of 17 checks passed
@dlyr dlyr deleted the small_fixes branch April 10, 2024 10:40
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