We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510210c commit fded9deCopy full SHA for fded9de
.coveragerc
@@ -0,0 +1,7 @@
1
+[run]
2
+branch = True
3
+source =
4
+ rest_framework_filters
5
+
6
+[report]
7
+show_missing = True
.travis.yml
@@ -12,9 +12,11 @@ env:
12
- DJANGO="Django>=1.8,<1.9"
13
- DJANGO="Django>=1.9,<1.10"
14
install:
15
- - travis_retry pip install -q $DJANGO
+ - travis_retry pip install -q $DJANGO "coverage==3.7.1"
16
- pip install .
17
-script: python manage.py test
+script:
18
+ - coverage run manage.py test
19
+ - coverage report
20
21
matrix:
22
exclude:
0 commit comments