diff options
| author | 2021-07-08 15:06:01 -0700 | |
|---|---|---|
| committer | 2021-07-08 15:06:01 -0700 | |
| commit | bcc8aaa2e83869a838a85a7e10c1d4533fea5e88 (patch) | |
| tree | 1d9f277ed64fea0a8bb3be1f205580030de83335 /.github | |
| parent | Properly Handles Indefinite Silences (diff) | |
| parent | Disable more filters in jam channels (#1675) (diff) | |
Merge branch 'main' into voicechannel-mute
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint-test.yml | 6 |
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 |