aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-06-07 22:30:11 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-06-07 22:30:11 +0300
commitfb053e488308885a7980812d5c790b9fb33ea575 (patch)
tree08e389910911dd3020f6100ef9dc5b9993b3966c /.github
parentAdds Fast-Test Task (diff)
Adds Tests To Coverage Source
Signed-off-by: Hassan Abouelela <[email protected]>
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