Commit 10542ab2 authored by rusty1s's avatar rusty1s
Browse files

added coverage

parent 1697b6bb
...@@ -18,7 +18,7 @@ script: ...@@ -18,7 +18,7 @@ script:
- pycodestyle . - pycodestyle .
- flake8 . - flake8 .
- python setup.py install - python setup.py install
- python setup.py test - pytest --cov
after_success: after_success:
- codecov - codecov
notifications: notifications:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment