Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
run mypy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Dec 18, 2019
1 parent c445fe1 commit 542ea53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ default: docker

test:
pipenv run flake8
pipenv run mypy --ignore-missing-imports kube_resource_report/
pipenv run coverage run --source=kube_resource_report -m py.test
pipenv run coverage report

Expand Down

0 comments on commit 542ea53

Please sign in to comment.