Skip to content

Conversation

egor-bryzgalov
Copy link
Member

@egor-bryzgalov egor-bryzgalov commented Jul 16, 2025

Added support of markdown for work item comments.
Add work item comments API reference

GitHub issue number

#66

Associated Risks

None

PR Checklist

  • I have read the contribution guidelines
  • I have read the code of conduct guidelines
  • Title of the pull request is clear and informative.
  • 👌 Code hygiene
  • 🔭 Telemetry added, updated, or N/A
  • 📄 Documentation added, updated, or N/A
  • 🛡️ Automated tests added, or N/A

🧪 How did you test it?

Tested with Claude Sonnet 4.
Tried adding comments containing markdown or HTML content or just a plain text. It successfully uses the format parameter in most of the cases.

@egor-bryzgalov egor-bryzgalov requested a review from a team as a code owner July 16, 2025 17:54
@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2025

Codecov Report

Attention: Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@a1e04a7). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/tools/workitems.ts 77.77% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #285   +/-   ##
=======================================
  Coverage        ?   98.12%           
=======================================
  Files           ?       10           
  Lines           ?      480           
  Branches        ?       60           
=======================================
  Hits            ?      471           
  Misses          ?        3           
  Partials        ?        6           
Flag Coverage Δ
unittests 98.12% <80.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

Copy link
Contributor

@danhellem danhellem left a comment

Choose a reason for hiding this comment

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

This looks good to me but would like to have someone else on the team review as well

@danhellem danhellem linked an issue Jul 16, 2025 that may be closed by this pull request
@danhellem danhellem merged commit 7f65ba3 into microsoft:main Jul 17, 2025
4 checks passed
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.

Unable to add markdown comments

4 participants