Skip to content

Commit

Permalink
Corrige coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed May 7, 2019
1 parent b69da96 commit ef6c310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ test:
LOG_LEVEL=DEBUG python -m unittest

coverage:
coverage run --source=georef_ar_address --omit=georef_ar_address/__main__.py \
-m tests.test_georef_ar_address
coverage run --source=georef_ar_address --omit=georef_ar_address/__main__.py -m unittest
coverage report

code_checks:
Expand Down

0 comments on commit ef6c310

Please sign in to comment.