quiz-extensions
quiz-extensions copied to clipboard
Issue #45 docker
Proposed Changes
This Dockerizes Quiz Extensions.
Resolves #45
Also, status page is now failing to load index and xml pages:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/urllib3/connection.py", line 175, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File "/usr/local/lib/python3.7/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/usr/local/lib/python3.7/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
Need to pull in latest develop, address conflicts, and address comments above.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.65%. Comparing base (
90656e8) to head (267e326).
:exclamation: Current head 267e326 differs from pull request most recent head e2e637a. Consider uploading reports for the commit e2e637a to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## develop #46 +/- ##
========================================
Coverage 98.64% 98.65%
========================================
Files 4 5 +1
Lines 1111 1114 +3
========================================
+ Hits 1096 1099 +3
Misses 15 15
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.