Skip to content

Commit

Permalink
not calculating coverage for setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Илья Лебедев committed Feb 6, 2019
1 parent 8604f40 commit 5b7b5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
check:
flake8 .
mypy .
pytest --cov=. --cov-report=xml
pytest --cov=flake8_annotations_coverage --cov-report=xml

0 comments on commit 5b7b5e2

Please sign in to comment.