This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
dont include tests in coverage calculation
pull/31/head
Di Wu
9 years ago
parent
808c6e6a01
commit
32050e06e8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@ -12,6 +12,6 @@ env:
addons:
postgresql
:
"9.4"
script:
-
coverage run --source=hc manage.py test
-
coverage run --
omit=*/tests/* --
source=hc manage.py test
after_success
:
coveralls
cache
:
pip
Write
Preview
Loading…
Cancel
Save