mozilla / missioncontrol

Real-time monitoring of Firefox release health
Mozilla Public License 2.0
21 stars 18 forks source link

Use system packages when running tox tests #117

Closed maurodoglio closed 7 years ago

maurodoglio commented 7 years ago

This is just to avoid reinstalling the python requirements in a new virtualenv on every test run.

codecov-io commented 7 years ago

Codecov Report

Merging #117 into master will decrease coverage by 0.34%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage   62.42%   62.07%   -0.35%     
==========================================
  Files          16       15       -1     
  Lines         330      327       -3     
  Branches       46       46              
==========================================
- Hits          206      203       -3     
  Misses        114      114              
  Partials       10       10
Impacted Files Coverage Δ
missioncontrol/api/urls.py 100% <0%> (ø) :arrow_up:
django/contrib/gis/db/backends/base/__init__.py
newrelic/hooks/framework_tornado/wsgi.py
django/contrib/redirects/middleware.py
django/contrib/staticfiles/urls.py
missioncontrol/middleware.py 78.26% <0%> (ø)
missioncontrol/wsgi.py 0% <0%> (ø)
missioncontrol/base/__init__.py 100% <0%> (ø)

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 3af31cc...576e30b. Read the comment docs.