Skip to content

Fix YAML quotation error #7286

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

Merged
merged 2 commits into from
Apr 18, 2025
Merged

Fix YAML quotation error #7286

merged 2 commits into from
Apr 18, 2025

Conversation

mhucka
Copy link
Contributor

@mhucka mhucka commented Apr 18, 2025

The embedded : was problematic, and the line also exceeded the 100
char limit. Using YAML multiline syntax addresses both issues.

@mhucka mhucka force-pushed the mh-fix-docs-errors branch from f165d64 to 0ae149f Compare April 18, 2025 22:06
The embedded `:` was problematic, and the line also exceeded the 100
char limit. Using YAML multiline syntax addresses both issues.
@mhucka mhucka force-pushed the mh-fix-docs-errors branch from 0ae149f to 1f3b957 Compare April 18, 2025 22:07
Copy link

codecov bot commented Apr 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.66%. Comparing base (c054b90) to head (04ada86).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7286   +/-   ##
=======================================
  Coverage   98.66%   98.66%           
=======================================
  Files        1106     1106           
  Lines       96086    96086           
=======================================
  Hits        94808    94808           
  Misses       1278     1278           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mhucka mhucka marked this pull request as ready for review April 18, 2025 22:26
@mhucka mhucka requested review from vtomole and a team as code owners April 18, 2025 22:26
@mhucka mhucka added this pull request to the merge queue Apr 18, 2025
Merged via the queue into quantumlib:main with commit 5112418 Apr 18, 2025
39 checks passed
@mhucka mhucka deleted the mh-fix-docs-errors branch April 18, 2025 23:52
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