CI: update test and coverage reports
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# 🧪 Test Report
|
||||
*Generated on 2025-07-14 09:48:29*
|
||||
*Generated on 2025-07-14 09:51:19*
|
||||
|
||||
## 📋 Summary
|
||||
- **Total**: `0`
|
||||
- **Collected**: `0`
|
||||
- **Total Duration**: `0.260`s
|
||||
- **Total Duration**: `0.242`s
|
||||
|
||||
## 🔎 Tests
|
||||
## 📚 Collected files
|
||||
@@ -119,7 +119,7 @@ result:
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>❌ tests (5 tests)</summary>
|
||||
<summary>❌ tests (6 tests)</summary>
|
||||
|
||||
<details>
|
||||
<summary>✅ tests</summary>
|
||||
@@ -130,6 +130,8 @@ result:
|
||||
result:
|
||||
nodeid: tests/test_broken_fct.py
|
||||
type: Module
|
||||
nodeid: tests/test_collector_error.py
|
||||
type: Module
|
||||
nodeid: tests/test_io_utils.py
|
||||
type: Module
|
||||
nodeid: tests/test_math_utils.py
|
||||
@@ -178,6 +180,28 @@ E SyntaxError: invalid syntax
|
||||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>❌ tests/test_collector_error.py</summary>
|
||||
|
||||
- **Outcome:** `failed`
|
||||
- **Details:**
|
||||
```
|
||||
result:
|
||||
[]
|
||||
|
||||
longrepr:
|
||||
ImportError while importing test module '/workspace/tligui_y/slic/tests/test_collector_error.py'.
|
||||
Hint: make sure your test modules/packages have valid Python names.
|
||||
Traceback:
|
||||
.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module
|
||||
return _bootstrap._gcd_import(name[level:], package, level)
|
||||
tests/test_collector_error.py:1: in <module>
|
||||
import no_existing_module.math_utils.py
|
||||
E ModuleNotFoundError: No module named 'no_existing_module'
|
||||
|
||||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>❌ tests/test_io_utils.py</summary>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user