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

[pyproject,ci] Fix relative imports on coverage reports

parent ff957b98
Branches
Tags
No related merge requests found
Pipeline #67691 canceled
......@@ -5,3 +5,4 @@
include:
- project: bob/dev-profile
file: /gitlab/python.yml
branch: relative-paths-on-coverage-reports
......@@ -87,9 +87,9 @@ line-length = 80
[tool.pytest.ini_options]
addopts = [
"--import-mode=append",
"--cov=exposed",
"--cov-report=term-missing",
"--cov=src",
"--import-mode=append",
]
junit_logging = "all"
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