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
Merge pull request
#31
from BetterWorks/accurateCoverage
dont include tests in coverage calculation
pull/33/head
Pēteris Caune
9 years ago
parent
808c6e6a01
32050e06e8
commit
8f215ec01e
1 changed files
with
1 additions
and
1 deletions
Unified 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:
addons:
postgresql
:
"9.4"
postgresql
:
"9.4"
script:
script:
-
coverage run --source=hc manage.py test
-
coverage run --
omit=*/tests/* --
source=hc manage.py test
after_success
:
coveralls
after_success
:
coveralls
cache
:
pip
cache
:
pip
Write
Preview
Loading…
Cancel
Save