From 1003dcd1ff447909331ef654d6cd6377c76bc238 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Sun, 4 Nov 2018 00:04:01 -0600 Subject: [PATCH] Include missing lines in coverage report cmd --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 27e3579..a56a65b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,6 @@ jobs: - run: pip install pytest coverage - run: pip install -e . - run: coverage run -m pytest - - run: coverage report + - run: coverage report -m - run: pip install codecov - run: codecov