Skip to content

Commit

Permalink
Add coverage, update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed Jan 8, 2019
1 parent 6c52620 commit 405e1bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[run]
omit =
yarnspawner/tests/*.py
yarnspawner/_version.py
yarnspawner/singleuser.py
source =
yarnspawner
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ docs/build/
.eggs/
.DS_Store
htmlcov/
jupyterhub_cookie_secret
yarnspawner-test-env.tar.gz

0 comments on commit 405e1bc

Please sign in to comment.