fix: cache the versions.json in build script#373
Conversation
resolves #365 This allows publishing clang-tools-manager crate with a cached versions.json file, so the docs.rs build can succeed. The cached file is invalid after 24 hours, meaning the cached file is updated at least once a day.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #373 +/- ##
=======================================
Coverage 92.43% 92.43%
=======================================
Files 23 23
Lines 3649 3649
=======================================
Hits 3373 3373
Misses 276 276 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
resolves #365
This allows publishing clang-tools-manager crate with a cached versions.json file, so the docs.rs build can succeed. The cached file is invalid after 24 hours, meaning the cached file is updated at least once a day.
Summary by CodeRabbit