diff --git a/.github/workflows/CompletePipeline.yml b/.github/workflows/CompletePipeline.yml index d0f862a..40948dd 100644 --- a/.github/workflows/CompletePipeline.yml +++ b/.github/workflows/CompletePipeline.yml @@ -180,7 +180,7 @@ jobs: commands: | ${{ needs.ConfigParams.outputs.mypy_prepare_command }} mypy --html-report report/typing -p ${{ needs.ConfigParams.outputs.package_fullname }} - html_report: 'report/typing' + html_report: 'report/typing' html_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).statictyping_html }} DocCoverage: diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index a9a387f..41874ea 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -131,7 +131,7 @@ jobs: if: inputs.pipeline-delay >= 0 run: | sleep ${{ inputs.pipeline-delay }} - + - name: Generate 'params' and 'python_jobs' id: params shell: python diff --git a/.github/workflows/_Checking_JobTemplates.yml b/.github/workflows/_Checking_JobTemplates.yml index 8995492..06e8fd5 100644 --- a/.github/workflows/_Checking_JobTemplates.yml +++ b/.github/workflows/_Checking_JobTemplates.yml @@ -69,8 +69,8 @@ jobs: python_version: ${{ needs.UnitTestingParams.outputs.python_version }} commands: | ${{ needs.ConfigParams.outputs.mypy_prepare_command }} - mypy --html-report htmlmypy -p ${{ needs.ConfigParams.outputs.package_fullname }} - html_report: 'htmlmypy' + mypy --html-report report/typing -p ${{ needs.ConfigParams.outputs.package_fullname }} + html_report: 'report/typing' html_artifact: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).statictyping_html }} DocCoverage: @@ -80,7 +80,7 @@ jobs: - UnitTestingParams with: python_version: ${{ needs.UnitTestingParams.outputs.python_version }} - directory : ${{ needs.ConfigParams.outputs.package_directors }} + directory : ${{ needs.ConfigParams.outputs.package_directory }} # fail_below: 70 Package: diff --git a/doc/requirements.txt b/doc/requirements.txt index c2de896..cab4a5a 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -16,4 +16,4 @@ autoapi >= 2.0.1 sphinx_design ~= 0.6.1 sphinx-copybutton >= 0.5.2 sphinx_autodoc_typehints ~= 3.1 -sphinx_reports ~= 0.7 +sphinx_reports ~= 0.9 diff --git a/pyproject.toml b/pyproject.toml index 6d28fca..eba19e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools ~= 78.1", + "setuptools ~= 79.0", "wheel ~= 0.45", "pyTooling ~= 8.4" ]