Skip to content

Commit 393309a

Browse files
Merge pull request #109 from gridsmartercities/coverage_fix
fixing coverage
2 parents a313116 + c669495 commit 393309a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ Before submitting a PR, please ensure that:
2424

2525
`coverage report -m --fail-under=100 --omit=*/__init__.py,tests/*,setup.py,examples/test_examples.py`
2626

27+
- you can run the test examples like this:
28+
29+
`python -m unittest examples.test_examples`
30+
2731
Thanks for contributing!

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ phases:
1111
- bandit -r -q .
1212
- prospector
1313
- coverage run --source='.' -m unittest
14-
- coverage report -m --fail-under=100 --omit=*/__init__.py,tests/*,setup.py
14+
- coverage report -m --fail-under=100 --omit=*/__init__.py,tests/*,setup.py,examples/*

0 commit comments

Comments
 (0)