CI: update test report and coverage files

This commit is contained in:
ci-bot
2025-07-20 23:53:47 +00:00
parent 32847f30f5
commit 30c998632e
4 changed files with 875 additions and 646 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+31 -1
View File
@@ -266,7 +266,7 @@
"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]",
"callspec": {
"params": {
"data": "<object object at 0x7f93b8f19960>"
"data": "<object object at 0x7f87e814f960>"
},
"id": "custom-obj"
}
@@ -293,6 +293,36 @@
"id": "a1-b1-expected1"
}
},
{
"nodeid": "tests/test_param.py::test_sum_positive[one]",
"callspec": {
"params": {
"x": 1,
"y": 2
},
"id": "one"
}
},
{
"nodeid": "tests/test_param.py::test_sum_positive[two]",
"callspec": {
"params": {
"x": 3,
"y": 4
},
"id": "two"
}
},
{
"nodeid": "tests/test_param.py::test_sum_positive[edge]",
"callspec": {
"params": {
"x": -1,
"y": -1
},
"id": "edge"
}
},
{
"nodeid": "tests/test_param.py::test_dynamic[ten]",
"callspec": {