aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml
index 370b0b38b..35e02f0d3 100644
--- a/.github/workflows/lint-test.yml
+++ b/.github/workflows/lint-test.yml
@@ -99,7 +99,7 @@ jobs:
- name: Run tests and generate coverage report
run: |
- pytest -n auto --cov bot --disable-warnings -q
+ pytest -n auto --cov bot --cov tests --disable-warnings -q
# This step will publish the coverage reports coveralls.io and
# print a "job" link in the output of the GitHub Action