Skip to content
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

FIX: Docset Pdf call terminating early #9493

Merged
merged 3 commits into from
Dec 1, 2023
Merged

Conversation

dpvreony
Copy link
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.

Copy link

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
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
8 checks passed
@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