CI: update test report and coverage files

This commit is contained in:
ci-bot
2025-07-17 08:29:38 +00:00
parent cdd4fe58e5
commit da2114270e
2 changed files with 53 additions and 8 deletions
+52 -1
View File
@@ -1,5 +1,56 @@
🛑 **Internal error during testing**
> An internal error occurred while executing the tests.
<details>
<summary>🪵 Full raw pytest log</summary>
```
============================= 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, cov-5.0.0, metadata-3.1.1, md-report-0.6.2, json-report-1.5.0
collected 61 items / 2 errors
tests/test_io_utils.py ..FF
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
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/_pytest/main.py", line 337, in _main
INTERNALERROR> config.hook.pytest_runtestloop(session=session)
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pluggy/_hooks.py", line 513, in __call__
INTERNALERROR> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pluggy/_manager.py", line 120, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pluggy/_callers.py", line 156, in _multicall
INTERNALERROR> teardown[0].send(outcome)
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pytest_cov/plugin.py", line 339, in pytest_runtestloop
INTERNALERROR> self.cov_controller.finish()
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pytest_cov/engine.py", line 46, in ensure_topdir_wrapper
INTERNALERROR> return meth(self, *args, **kwargs)
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pytest_cov/engine.py", line 255, in finish
INTERNALERROR> self.cov.stop()
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/coverage/control.py", line 843, in combine
INTERNALERROR> combine_parallel_data(
INTERNALERROR> File "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/coverage/data.py", line 162, in combine_parallel_data
INTERNALERROR> with open(f, "rb") as fobj:
INTERNALERROR> File "/workspace/tligui_y/slic/tests/test_io_utils.py", line 34, in raise_perm_error
INTERNALERROR> raise PermissionError("Permission denied")
INTERNALERROR> PermissionError: Permission denied
============== 2 failed, 2 passed, 4 warnings, 2 errors in 0.21s ===============
/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/_pytest/main.py:337: PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style hookwrapper teardown.
Plugin: _cov, Hook: pytest_runtestloop
PermissionError: Permission denied
For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning
config.hook.pytest_runtestloop(session=session)
```
</details>
---
# 🧪 Test Report
*Generated on 2025-07-17 08:27:24*
*Generated on 2025-07-17 08:29:38*
## 🧾 General Info
- **duration**: 0.8073134422302246
+1 -7
View File
@@ -1,7 +1 @@
| Name | Stmts | Miss | Cover |
|--------------------------- | -------: | -------: | -------: |
| functions/\_\_init\_\_.py | 0 | 0 | 100% |
| functions/io\_utils.py | 8 | 0 | 100% |
| functions/math\_utils.py | 6 | 0 | 100% |
| functions/string\_utils.py | 6 | 0 | 100% |
| **TOTAL** | **20** | **0** | **100%** |
No data to report.