Skip to content

Conversation

@pboling
Copy link
Member

@pboling pboling commented Nov 8, 2025

Fix docs site generation (Markdown => YARD with Kramdown => HTML) when braces are used within code fences.

Fixes #688

@pboling pboling self-assigned this Nov 8, 2025
Copilot AI review requested due to automatic review settings November 8, 2025 02:19
@codecov
Copy link

codecov bot commented Nov 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (415f70d) to head (6037dad).
⚠️ Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #690   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          563       563           
  Branches       174       174           
=========================================
  Hits           563       563           

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

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

@coveralls
Copy link

coveralls commented Nov 8, 2025

Pull Request Test Coverage Report for Build 19187633189

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 18473441831: 0.0%
Covered Lines: 526
Relevant Lines: 526

💛 - Coveralls

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR appears to be a maintenance and documentation update that includes:

  • Updates to Ruby version (3.4.5 → 3.4.7)
  • Documentation regeneration with updated timestamps
  • Dependency management changes (removing some test dependencies, updating gem paths)
  • Documentation formatting improvements (converting HTML line breaks to proper markdown)
  • Addition of THREAT_MODEL.md to the gem files list
  • Minor documentation clarifications and corrections

Reviewed Changes

Copilot reviewed 58 out of 63 changed files in this pull request and generated no comments.

Show a summary per file
File Description
oauth2.gemspec Removed unused variable, updated dependencies, added THREAT_MODEL.md to gem files, removed commented development dependencies
lib/oauth2/strategy/assertion.rb Wrapped code examples in backticks for better documentation rendering
lib/oauth2/access_token.rb Wrapped code example in backticks for better documentation rendering
gemfiles/modular/x_std_libs/r2.4/libs.gemfile Changed erb gemfile path from r2.4 to r2.6
gemfiles/modular/optional.gemfile Added addressable gem as optional dependency
gemfiles/modular/erb/r2.3/default.gemfile Minor comment update removing "RubyGems.org" reference
gemfiles/modular/documentation.gemfile Added yard-fence gem dependency
docs/* Documentation regenerated with updated timestamps and formatting improvements
.tool-versions Ruby version bumped from 3.4.5 to 3.4.7

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings November 8, 2025 02:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 77 out of 83 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -1,3 +1,3 @@
eval_gemfile "../../erb/r2.4/v2.2.gemfile"
eval_gemfile "../../erb/r2.6/v2.2.gemfile"
Copy link

Copilot AI Nov 8, 2025

Choose a reason for hiding this comment

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

The file is named r2.4/libs.gemfile but now references r2.6/v2.2.gemfile. This creates confusion about which Ruby version this gemfile targets. Either the file should be moved to r2.6/libs.gemfile or the path should remain r2.4/v2.2.gemfile. If this is intentional due to erb compatibility issues, add a comment explaining why r2.4 uses the r2.6 erb gemfile.

Copilot uses AI. Check for mistakes.
Copilot AI review requested due to automatic review settings November 8, 2025 03:56
@github-actions
Copy link

github-actions bot commented Nov 8, 2025

Code Coverage

Package Line Rate Branch Rate Health
oauth2 100% 100%
Summary 100% (526 / 526) 100% (178 / 178)

Minimum allowed line rate is 100%

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 77 out of 83 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pboling pboling merged commit bff58e1 into main Nov 8, 2025
44 checks passed
@pboling pboling deleted the feat/yard-fence branch November 8, 2025 04:00
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.

Wrong Faraday options format in docs/file.README.html

3 participants