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

Configure 'template_path' and 'static_path' locations via command line arguments #177

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

muurk
Copy link

@muurk muurk commented Sep 2, 2020

Added command line arguments to enable the user to specify an alternative location to load 'templates' and 'static' artefacts.

mark added 2 commits September 2, 2020 11:42
  --template_path: Specify the location of template material at runtime
  --static_path: Specify the location of static material at runtime
@codecov-commenter
Copy link

Codecov Report

Merging #177 into master will decrease coverage by 0.10%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
- Coverage   94.06%   93.95%   -0.11%     
==========================================
  Files           6        8       +2     
  Lines         724      827     +103     
  Branches      120      141      +21     
==========================================
+ Hits          681      777      +96     
- Misses         29       34       +5     
- Partials       14       16       +2     
Impacted Files Coverage Δ
webssh/settings.py 100.00% <100.00%> (ø)
webssh/handler.py 96.19% <0.00%> (-0.72%) ⬇️
webssh/__init__.py 100.00% <0.00%> (ø)
webssh/utils.py 95.95% <0.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 51d527f...cbd80f2. Read the comment docs.

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.

None yet

2 participants