diff options
author | 2021-11-17 18:59:59 +0530 | |
---|---|---|
committer | 2021-11-17 18:59:59 +0530 | |
commit | fb1269f017de92576175c7a1bed56e677c8dee41 (patch) | |
tree | b0de10bac92259bcfa4e6db9aa6db7d1f0f5bd62 | |
parent | Remove env section and remove 'Add custom PYTHONUSERBASE to PATH' step. (diff) |
Add coverage configuration.
-rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3b4a7d59..fad0f24a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,3 +42,8 @@ precommit = "pre-commit install" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" + +[tool.coverage.run] +branch = true +source_pkgs = ["botcore"] +source = ["tests"] |