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

Use 2 hex digits per version part #1286

Merged
merged 2 commits into from
Sep 11, 2023
Merged

Conversation

jlblancoc
Copy link
Member

Changed apps/libraries

cmake scripts

Fixes: #1285 1285

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #1286 (673602b) into develop (ee3f2fb) will not change coverage.
The diff coverage is n/a.

❗ Current head 673602b differs from pull request most recent head 49a36e7. Consider uploading reports for the commit 49a36e7 to get more accurate results

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1286   +/-   ##
========================================
  Coverage    40.18%   40.18%           
========================================
  Files         1235     1235           
  Lines       106809   106809           
========================================
  Hits         42920    42920           
  Misses       63889    63889           
Files Changed Coverage Δ
libs/detectors/src/CCascadeClassifierDetection.cpp 0.00% <ø> (ø)
libs/img/src/CImage.cpp 53.50% <ø> (ø)
libs/vision/src/CFeatureExtraction_AKAZE.cpp 0.00% <ø> (ø)
libs/vision/src/CFeatureExtraction_FAST.cpp 0.00% <ø> (ø)
libs/vision/src/CFeatureExtraction_ORB.cpp 0.00% <ø> (ø)
libs/vision/src/CFeatureExtraction_SIFT.cpp 0.00% <ø> (ø)
libs/vision/src/CFeatureExtraction_SURF.cpp 0.00% <ø> (ø)
libs/vision/src/CFeatureExtraction_logPolarImg.cpp 0.00% <ø> (ø)
libs/vision/src/CFeatureExtraction_polarImg.cpp 100.00% <ø> (ø)
libs/vision/src/pnp/pnp_unittest.cpp 89.58% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee3f2fb...49a36e7. Read the comment docs.

@jlblancoc jlblancoc merged commit 8a16010 into develop Sep 11, 2023
10 checks passed
@jlblancoc jlblancoc deleted the change-version-hex-digits branch October 18, 2023 07:45
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.

Does not build with an opencv where patch level > 15
1 participant