Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
*: Update test configuration
Browse files Browse the repository at this point in the history
- Increase coverage requirement to 100%.
- Update omissions in coverage.
- Updates travis to use py.test.
  • Loading branch information
ksdme committed Jul 5, 2018
1 parent 5c5f87f commit d56adf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ coverage:
project:
default:
enabled: true
target: 95%
target: 100%
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
branch = True
source = .
omit =
coala-langserver.py
coalals/__main__.py
tests/*

[report]
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ script:
# https://github.com/coala/coala-bears/issues/1037
- sed -i.bak '/bears = GitCommitBear/d' .coafile
# Server side tests.
- coverage run $(which behave) ./tests/server.features
- coverage run -a -m unittest discover -s tests
- py.test --cov-report term --cov=coalals

notifications:
email: false
Expand Down

0 comments on commit d56adf2

Please sign in to comment.