Skip to content

Commit

Permalink
SC pr with cov
Browse files Browse the repository at this point in the history
  • Loading branch information
Harelfel committed May 26, 2024
1 parent 239346b commit 909a5c5
Show file tree
Hide file tree
Showing 7 changed files with 714 additions and 4 deletions.
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

0 comments on commit 909a5c5

Please sign in to comment.