Skip to content
Snippets Groups Projects
Commit ff957b98 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject] Remove configuration for coverage and correct coverage source

parent 55414c4d
Branches
Tags
No related merge requests found
Pipeline #67690 passed
...@@ -85,15 +85,11 @@ lines_between_types = 1 ...@@ -85,15 +85,11 @@ lines_between_types = 1
[tool.black] [tool.black]
line-length = 80 line-length = 80
[tool.coverage.run]
relative_files = true
source_pkgs = ["exposed"]
[tool.pytest.ini_options] [tool.pytest.ini_options]
addopts = [ addopts = [
"--import-mode=append", "--import-mode=append",
"--cov-report=term-missing", "--cov-report=term-missing",
"--cov=exposed", "--cov=src",
] ]
junit_logging = "all" junit_logging = "all"
junit_log_passing_tests = false junit_log_passing_tests = false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment