Skip to content

FIX: Docset Pdf call terminating early#9493

Merged
yufeih merged 3 commits into
dotnet:mainfrom
dpvreony:pdflogging
Dec 1, 2023
Merged

FIX: Docset Pdf call terminating early#9493
yufeih merged 3 commits into
dotnet:mainfrom
dpvreony:pdflogging

Conversation

@dpvreony
Copy link
Copy Markdown
Contributor

This fixes an issue where Docset.Pdf was dropping out before the PDF generation was actually running because the action wasn't blocking on the method call.

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 30, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (3b8dae9) 71.33% compared to head (040f1b7) 71.34%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/Docfx.App/Docset.cs 75.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9493   +/-   ##
=======================================
  Coverage   71.33%   71.34%           
=======================================
  Files         558      558           
  Lines       24043    24048    +5     
  Branches     4184     4182    -2     
=======================================
+ Hits        17151    17156    +5     
  Misses       5793     5793           
  Partials     1099     1099           

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

Copy link
Copy Markdown
Contributor

@yufeih yufeih left a comment

Choose a reason for hiding this comment

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

Thank you @dpvreony !

@yufeih yufeih merged commit 7e2f5ef into dotnet:main Dec 1, 2023
@yufeih yufeih added the bug-fix Makes the pull request to appear in "Bug Fixes" section of the next release note label Jan 3, 2024
p-kostov pushed a commit to ErpNetDocs/docfx that referenced this pull request Jun 28, 2024
* add logging around toc search

* fix exec not waiting for async pdf builder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug-fix Makes the pull request to appear in "Bug Fixes" section of the next release note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants