CI: update test report and coverage files

This commit is contained in:
ci-bot
2025-07-17 08:23:15 +00:00
parent 61b8e8b145
commit 45006f7b14
3 changed files with 11 additions and 11 deletions
+6 -6
View File
@@ -16,7 +16,7 @@
============================= 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, cov-5.0.0, metadata-3.1.1, allure-pytest-2.13.5, json-report-1.5.0, md-report-0.6.2
plugins: html-4.1.1, cov-5.0.0, metadata-3.1.1, allure-pytest-2.13.5, md-report-0.6.2, json-report-1.5.0
collected 61 items / 2 errors
tests/test_io_utils.py
@@ -97,17 +97,17 @@ INTERNALERROR> File "/workspace/tligui_y/slic/conftest.py", line 14, in pytest
INTERNALERROR> entry["params"] = item._request.funcargs
INTERNALERROR> AttributeError: 'TopRequest' object has no attribute 'funcargs'
========================= 1 warning, 2 errors in 0.22s =========================
========================= 1 warning, 2 errors in 0.19s =========================
```
</details>
---
# 🧪 Test Report
*Generated on 2025-07-17 08:21:09*
*Generated on 2025-07-17 08:23:15*
## 🧾 General Info
- **duration**: 0.22461199760437012
- **duration**: 0.1994779109954834
- **root**: /workspace/tligui_y/slic
- **environment**:
@@ -141,7 +141,7 @@ INTERNALERROR> AttributeError: 'TopRequest' object has no attribute 'funcargs'
<summary>📌 Duration</summary>
```
0.003729113028384745
0.002958082011900842
```
</details>
</div>
@@ -818,7 +818,7 @@ type: Dir
```
message: A plugin raised an exception during an old-style hookwrapper teardown.
Plugin: 140718625259280, Hook: pytest_runtest_makereport
Plugin: 140063036903584, 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: 1752740468.8715482
├── duration: 0.22461199760437012
├── created: 1752740595.3777173
├── duration: 0.1994779109954834
├── exitcode: 3
├── root: /workspace/tligui_y/slic
├── environment
@@ -475,13 +475,13 @@
│ │ ├── slic
│ │ └──
│ └── setup
│ ├── duration: 0.003729113028384745
│ ├── duration: 0.002958082011900842
│ └── outcome: passed
└── warnings
└── -
├── message: A plugin raised an exception during an old-style
│ hookwrapper teardown.
│ Plugin: 140718625259280, Hook: pytest_runtest_makereport
│ Plugin: 140063036903584, 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