-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.0.0 #105
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
co-authored-by: Sven Köhler <[email protected]>
Paebbels
force-pushed
the
dev
branch
6 times, most recently
from
January 14, 2025 11:05
eb421bb
to
287bfd9
Compare
Paebbels
force-pushed
the
dev
branch
2 times, most recently
from
January 14, 2025 12:16
18638ff
to
4b95b32
Compare
Paebbels
force-pushed
the
dev
branch
4 times, most recently
from
January 14, 2025 12:35
08d940a
to
4e83627
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Features
ExtractConfiguration
provides new output parameters:unittest_report_xml_directory
unittest_report_xml_filename
unittest_report_xml
coverage_report_xml_filename
coverage_report_json_filename
UnitTesting
has new parameters to specify the pytest JUnit file:unittest_report_xml_directory
unittest_report_xml_filename
UnitTesting
has new parameters ....................................coverage_report_html_directory
NightlyRelease
an now produce aninventory.json
file.inventory-json
to specify the inventory filename.inventory-categories
to specify the actual version shipped in the release. E.g. in case of a nightly release to specify it as5.0.0-dev
.inventory-categories
to specify the ordner and number of applied categories per file.Asset specifications now accept 3 and 4
:
-separated fields:<artifact-name>:<file-name>:<asset-title>
<artifact-name>:<file-name>:<inventory-categories>:<asset-title>
<inventory-categories>
is a,
-separated list of categories used to insert assets into the inventory JSON file. Categories are processed left-to-right.Changes
(Python 3.13 isn't yet supported by MSYS2 environments.)
echo
byprintf
in Bash scripting.xu-cheng/latex-action@master
toaddnab/docker-run-action@v3
which starts thepytooling/miktex:sphinx
Docker image.latexmk
usingxelatex
.SphinxDocumentation
template to workaround 2 bugs in Sphinx:See also: Images aren't save with an extension corresponding to the MIME type sphinx-doc/sphinx#13190
%
-sign in filenames.See also: %20 is not escaped in image file names/URLs for LaTeX sphinx-doc/sphinx#13189
Extract configurations from pyproject.toml
step fromUnitTesting
workflow template. The needed information are provided by the separateExtractConfiguration
workflow template. While it needs some parameter passing, it reduces duplicated code for parsing the TOML configuration.Bug Fixes
interrogate
tointerrogate[png]
PublishCoverageResults.yml
:*-CodeCoverage-*
→*-CodeCoverage-SQLite-*
PublishTestResults.yml
:*-UnitTestReportSummary-*
→*-UnitTestReportSummary-XML-*
Documentation
Unit Tests
CompletePipeline
uses latest templates and extracted parameters.mingw32
from pipeline tests due to missing dependencies liketomli
in MSYS2/MinGW32.Related Issues and Pull-Requests