Docs: require 'fileutils'#1148
Conversation
|
An automated preview of the documentation is available at https://1148.json.prtest2.cppalliance.org/libs/json/doc/html/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-03-11 10:06:44 UTC |
|
Looks like this should indeed fix it. |
|
GCOVR code coverage report https://1148.json.prtest2.cppalliance.org/gcovr/index.html Build time: 2026-03-11 10:22:14 UTC |
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1148 +/- ##
========================================
Coverage 93.68% 93.68%
========================================
Files 91 91
Lines 9164 9164
========================================
Hits 8585 8585
Misses 579 579 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|

Testing doc builds on multiple operating systems. Succeeds on Ubuntu 24.04, fails on Ubuntu 22.04
Line 449:
FileUtils.mkdir_p(outfiledir) unless File.exist?(outfiledir)
FileUtils
Not having validated it, but an idea, the file should include:
require 'fileutils'