aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-06-27 22:54:30 +0100
committerGravatar GitHub <[email protected]>2021-06-27 22:54:30 +0100
commit1b9035ca4b070aca33ea81173f89ae5cd56e7699 (patch)
treec08acc9e27620beabfd0d26d1f396bee4f5f0ca1 /.github
parentMerge pull request #1658 from python-discord/wookie184-voiceverify-alias (diff)
parentMerge branch 'main' into xdist (diff)
Merge pull request #1626 from python-discord/xdist
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-test.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml
index d96f324ec..e99e6d181 100644
--- a/.github/workflows/lint-test.yml
+++ b/.github/workflows/lint-test.yml
@@ -97,12 +97,8 @@ jobs:
--format='::error file=%(path)s,line=%(row)d,col=%(col)d::\
[flake8] %(code)s: %(text)s'"
- # We run `coverage` using the `python` command so we can suppress
- # irrelevant warnings in our CI output.
- name: Run tests and generate coverage report
- run: |
- python -Wignore -m coverage run -m unittest
- coverage report -m
+ run: pytest -n auto --cov --disable-warnings -q
# This step will publish the coverage reports coveralls.io and
# print a "job" link in the output of the GitHub Action