CI: update test report and coverage files

This commit is contained in:
ci-bot
2025-07-17 08:20:25 +00:00
parent b8434c437f
commit 810b222e2b
3 changed files with 12 additions and 15 deletions
+7 -10
View File
@@ -16,13 +16,10 @@
============================= test session starts ==============================
platform linux -- Python 3.8.20, pytest-8.3.4, pluggy-1.5.0
rootdir: /workspace/tligui_y/slic
plugins: html-4.1.1, allure-pytest-2.13.5, metadata-3.1.1, cov-5.0.0, json-report-1.5.0, md-report-0.6.2
plugins: cov-5.0.0, metadata-3.1.1, allure-pytest-2.13.5, html-4.1.1, json-report-1.5.0, md-report-0.6.2
collected 61 items / 2 errors
tests/test_io_utils.py
🧪 Test : tests/test_io_utils.py::test_read_file
📦 Paramètres via fixtures (funcargs) :
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/_pytest/main.py", line 283, in wrap_session
INTERNALERROR> session.exitstatus = doit(config, session) or 0
@@ -96,8 +93,8 @@ INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8
INTERNALERROR> rep = yield
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pluggy/_callers.py", line 103, in _multicall
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File "/workspace/tligui_y/slic/conftest.py", line 19, in pytest_runtest_makereport
INTERNALERROR> for name, val in item._request.funcargs.items():
INTERNALERROR> File "/workspace/tligui_y/slic/conftest.py", line 14, in pytest_runtest_makereport
INTERNALERROR> entry["params"] = item._request.funcargs
INTERNALERROR> AttributeError: 'TopRequest' object has no attribute 'funcargs'
========================= 1 warning, 2 errors in 0.21s =========================
@@ -107,10 +104,10 @@ INTERNALERROR> AttributeError: 'TopRequest' object has no attribute 'funcargs'
---
# 🧪 Test Report
*Generated on 2025-07-17 08:18:23*
*Generated on 2025-07-17 08:20:25*
## 🧾 General Info
- **duration**: 0.21844816207885742
- **duration**: 0.2138993740081787
- **root**: /workspace/tligui_y/slic
- **environment**:
@@ -144,7 +141,7 @@ INTERNALERROR> AttributeError: 'TopRequest' object has no attribute 'funcargs'
<summary>📌 Duration</summary>
```
0.003389497986063361
0.0033747339621186256
```
</details>
</div>
@@ -821,7 +818,7 @@ type: Dir
```
message: A plugin raised an exception during an old-style hookwrapper teardown.
Plugin: 139734267340208, Hook: pytest_runtest_makereport
Plugin: 140121419207824, Hook: pytest_runtest_makereport
AttributeError: 'TopRequest' object has no attribute 'funcargs'
For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning
category: PluggyTeardownRaisedWarning
+4 -4
View File
@@ -1,6 +1,6 @@
📁 ci-reports/markdown/pytest-report.json
├── created: 1752740303.0115201
├── duration: 0.21844816207885742
├── created: 1752740425.3736284
├── duration: 0.2138993740081787
├── exitcode: 3
├── root: /workspace/tligui_y/slic
├── environment
@@ -475,13 +475,13 @@
│ │ ├── slic
│ │ └──
│ └── setup
│ ├── duration: 0.003389497986063361
│ ├── duration: 0.0033747339621186256
│ └── outcome: passed
└── warnings
└── -
├── message: A plugin raised an exception during an old-style
│ hookwrapper teardown.
│ Plugin: 139734267340208, Hook: pytest_runtest_makereport
│ Plugin: 140121419207824, Hook: pytest_runtest_makereport
│ AttributeError: 'TopRequest' object has no attribute 'funcargs'
│ For more information see
│ https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.Pl
File diff suppressed because one or more lines are too long