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

Allow absolute paths for publish_dir #400

Merged
merged 1 commit into from
Jul 18, 2020
Merged

Allow absolute paths for publish_dir #400

merged 1 commit into from
Jul 18, 2020

Conversation

favonia
Copy link
Contributor

@favonia favonia commented Jul 18, 2020

Thanks for your great work. I have a use case where the tool to find the generated documentation is returning an absolute path. Instead of trying to calculate the relative paths by myself, I feel we can support absolute paths instead. This seems to be an easy change so I just made a PR. Please feel free to commit any further changes to this branch. This will close #242.

@favonia favonia requested a review from peaceiris as a code owner July 18, 2020 02:44
@codecov
Copy link

codecov bot commented Jul 18, 2020

Codecov Report

Merging #400 into main will decrease coverage by 0.47%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #400      +/-   ##
==========================================
- Coverage   58.09%   57.61%   -0.48%     
==========================================
  Files           4        4              
  Lines         241      243       +2     
  Branches       43       45       +2     
==========================================
  Hits          140      140              
- Misses        101      103       +2     
Impacted Files Coverage Δ
src/git-utils.ts 39.60% <0.00%> (-0.81%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e92312...7224240. Read the comment docs.

Copy link
Owner

@peaceiris peaceiris left a comment

Choose a reason for hiding this comment

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

Great! Thanks.

@peaceiris peaceiris merged commit e193524 into peaceiris:main Jul 18, 2020
peaceiris pushed a commit that referenced this pull request Jul 18, 2020
@favonia favonia deleted the absolute-path branch July 18, 2020 04:04
@peaceiris
Copy link
Owner

The v3.6.4 has been released and the v3 tag has been updated.

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.

Add support for absolute paths
2 participants