Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SC pr with cov #179

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[report]
xml = coverage.xml
exclude_lines =
def __repr__
if __name__
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ venv
MANIFEST
reports
**/RCS/**
coverage.xml
.scannerwork
Empty file added Jenkinsfile
Empty file.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ build:
pep8:
pep8 skipper tests

pylint:
lint:
mkdir -p reports
PYLINTHOME=reports/ pylint skipper

tests:
py.test --cov=skipper --cov-report=term-missing

py.test --cov=skipper --cov-report=html --cov-report=term --cov-report=xml
install:
pip install -U .

Expand Down
Loading
Loading