Skip to content

Commit

Permalink
Fixed config of coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
edyan committed Jun 22, 2019
1 parent b0635d7 commit 6de3456
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .coveragerc

This file was deleted.

2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build:
- "pip install ."
- "pip install -r requirements-dev.txt"
override:
- command: "py.test --cov-config=.coveragerc tests/"
- command: "py.test tests/"
idle_timeout: 1200
coverage:
file: '.coverage'
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ install:
- pip install -r requirements-dev.txt

# command to run tests
script: py.test --cov-config=.coveragerc tests/
script: py.test tests/
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = -v --pep8 --cov-report=term-missing --cov=stakkr -p no:warnings
addopts = -v --pep8 -p no:warnings --cov-config .coveragerc
maxfail = 1
pep8maxlinelength = 120
pep8ignore =
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description-file = README.md

0 comments on commit 6de3456

Please sign in to comment.