File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,8 @@ jobs:
162162 # This is saved to ./.coverage to be used by codecov to link a
163163 # coverage report to github.
164164 - name : Run tests and generate coverage report
165- run : python -m pytest -n auto --dist loadfile --cov --disable-warnings -q
165+ id : run_tests
166+ run : python -m pytest tests -n auto --dist loadfile --cov --disable-warnings -q
166167
167168 # This step will publish the coverage reports to coveralls.io and
168169 # print a "job" link in the output of the GitHub Action
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ build-backend = "poetry.core.masonry.api"
6565
6666[tool .coverage .run ]
6767branch = true
68- source_pkgs = [' modmail' , ' tests.modmail ' ]
68+ source_pkgs = [' modmail' , ' tests' ]
6969omit = [" modmail/plugins/**.*" ]
7070
7171[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments