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

add wrapper around application constructor #266

Merged
merged 1 commit into from
Feb 5, 2019
Merged

Conversation

edaniszewski
Copy link
Contributor

#250

This does a little bit of reorganization and cleanup and also starts to add a wrapper Synse class around the Sanic application to make some of the application setup and init work cleaner. Future work will expand upon this, this PR just moves things around without changing all that much.

@codecov
Copy link

codecov bot commented Feb 5, 2019

Codecov Report

❗ No coverage uploaded for pull request base (v3/staging@dfaef6b). Click here to learn what that means.
The diff coverage is 40.47%.

Impacted file tree graph

@@              Coverage Diff              @@
##             v3/staging     #266   +/-   ##
=============================================
  Coverage              ?   84.58%           
=============================================
  Files                 ?       47           
  Lines                 ?     1401           
  Branches              ?        0           
=============================================
  Hits                  ?     1185           
  Misses                ?      216           
  Partials              ?        0
Impacted Files Coverage Δ
synse_server/__main__.py 0% <0%> (ø)
synse_server/__init__.py 100% <100%> (ø)
synse_server/app.py 27.08% <33.33%> (ø)
synse_server/server.py 41.93% <41.93%> (ø)

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 dfaef6b...eb12213. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Feb 5, 2019

Codecov Report

❗ No coverage uploaded for pull request base (v3/staging@dfaef6b). Click here to learn what that means.
The diff coverage is 40.47%.

Impacted file tree graph

@@              Coverage Diff              @@
##             v3/staging     #266   +/-   ##
=============================================
  Coverage              ?   84.58%           
=============================================
  Files                 ?       47           
  Lines                 ?     1401           
  Branches              ?        0           
=============================================
  Hits                  ?     1185           
  Misses                ?      216           
  Partials              ?        0
Impacted Files Coverage Δ
synse_server/__main__.py 0% <0%> (ø)
synse_server/__init__.py 100% <100%> (ø)
synse_server/app.py 27.08% <33.33%> (ø)
synse_server/server.py 41.93% <41.93%> (ø)

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 dfaef6b...eb12213. Read the comment docs.

@edaniszewski edaniszewski merged commit 09f5dd9 into v3/staging Feb 5, 2019
@edaniszewski edaniszewski deleted the v3/app-init branch February 5, 2019 15:10
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.

1 participant