Skip to content

Commit

Permalink
Merge pull request online-judge-tools#528 from fukatani/issue/260
Browse files Browse the repository at this point in the history
online-judge-tools#260: Measure coverage.
  • Loading branch information
kmyk authored Sep 26, 2019
2 parents 9f5754d + 617825d commit c53f1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ script:
- yapf --diff --recursive onlinejudge setup.py tests | tee yapf.patch && test ! -s yapf.patch
- mypy onlinejudge setup.py tests
- make -C docs html
- pytest tests/*.py -v
- pytest tests/*.py -v --cov-report term-missing --cov=onlinejudge
deploy:
provider: pypi
user: kimiyuki
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dev =
pylint >= 2.3.1
yapf >= 0.28.0
pytest >= 5.1.2
pytest-cov >= 2.7.1
docs =
sphinx >= 1.8
sphinx-autodoc-typehints >= 1.6
Expand Down

0 comments on commit c53f1fc

Please sign in to comment.