diff options
| author | 2021-06-12 19:46:31 +0300 | |
|---|---|---|
| committer | 2021-06-12 19:46:31 +0300 | |
| commit | e2064b4f8831495472a5e410295bacc07b9da6b8 (patch) | |
| tree | 55e072687ebc7dac3a54a8829b61736e41aef63a /pyproject.toml | |
| parent | Fix Script Count In Documentation (diff) | |
Uses .coveragerc File
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 12c37348f..652af0c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,6 @@ precommit = "pre-commit install" build = "docker build -t ghcr.io/python-discord/bot:latest -f Dockerfile ." push = "docker push ghcr.io/python-discord/bot:latest" fast-test = "pytest -n auto" -test = "pytest -n auto --cov-report= --cov bot --cov tests" +test = "pytest -n auto --cov-report= --cov" html = "coverage html" report = "coverage report" |