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