diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..95a7a2a --- /dev/null +++ b/.coveragerc @@ -0,0 +1,3 @@ +[run] +branch = True +omit = site-packages diff --git a/.travis.yml b/.travis.yml index 80e4d80..dfe1e81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,5 @@ script: - python manage.py migrate - python manage.py collectstatic - python manage.py test +after_success: + - bash -c 'curl -s https://codecov.io/bash' diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..543a9f1 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +coverage: + range: "95..100" diff --git a/requirements.txt b/requirements.txt index 0837a39..b518690 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,19 @@ +certifi==2017.7.27.1 +chardet==3.0.4 +codecov==2.0.9 +coverage==4.4.1 dj-database-url==0.4.2 Django==1.11.5 gunicorn==19.7.1 +idna==2.6 +nose==1.3.7 +nose2==0.6.5 psycopg2==2.7.3.1 +py==1.4.34 pytz==2017.2 +pytest==3.2.3 +pytest-cov==2.5.1 +requests==2.18.4 +six==1.11.0 +urllib3==1.22 whitenoise==3.3.1