timothycrosley / portray

Your Project with Great Documentation.
MIT License
860 stars 72 forks source link

Fix `api.project_configuration` overriding `output_dir` #68

Closed leblancfg closed 3 years ago

leblancfg commented 3 years ago

This function in the api module was unwittingly overwriting output_dir args passed along from pyproject.toml.

Added a regression test.

Fixes #63

codecov-io commented 3 years ago

Codecov Report

Merging #68 (20c155c) into master (c00235a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #68   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          301       301           
=========================================
  Hits           301       301           
Impacted Files Coverage Δ
portray/api.py 100.00% <ø> (ø)

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 c00235a...20c155c. Read the comment docs.