Skip to content

Commit be20c52

Browse files
committed
Added missing section in pyproject file.
1 parent 8c33117 commit be20c52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ namespace_packages = true
2121
html_report = "report/typing"
2222

2323
[tool.pytest]
24-
junit_xml = "report/unit/TestReportSummary.xml"
24+
junit_xml = "report/unit/UnittestReportSummary.xml"
25+
26+
[tool.pyedaa-reports]
27+
junit_xml = "report/unit/unittest.xml"
2528

2629
[tool.pytest.ini_options]
2730
addopts = "--tb=native"

0 commit comments

Comments
 (0)