Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@joaquintides
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.56%. Comparing base (3fab9df) to head (9b95bef).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #97   +/-   ##
========================================
  Coverage    96.56%   96.56%           
========================================
  Files            5        5           
  Lines          786      786           
  Branches       233      233           
========================================
  Hits           759      759           
  Misses          27       27           

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 3fab9df...9b95bef. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@gennaroprota gennaroprota left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

is a way to get the absolute path of the script. But we don't need that, so the simpler

SCRIPT_DIR=$( dirname -- "${BASH_SOURCE[0]}" )

would just be the same for us.

@gennaroprota gennaroprota merged commit ba03254 into boostorg:develop Oct 24, 2025
58 of 60 checks passed
@joaquintides joaquintides deleted the fix/build_docs.sh branch October 24, 2025 18:19
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