diff options
| author | 2021-06-07 22:30:11 +0300 | |
|---|---|---|
| committer | 2021-06-07 22:30:11 +0300 | |
| commit | fb053e488308885a7980812d5c790b9fb33ea575 (patch) | |
| tree | 08e389910911dd3020f6100ef9dc5b9993b3966c /.github | |
| parent | Adds 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.yml | 2 |
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 |