cache
cache copied to clipboard
Bump pyTooling/Actions from 1.0.5 to 1.1.0
Bumps pyTooling/Actions from 1.0.5 to 1.1.0.
Release notes
Sourced from pyTooling/Actions's releases.
v1.1.0
New Features
- Implemented
fail_underfeature for documentation checking.- Made base images (Ubuntu, Windows, macOS Intel, macOS ARM) configurable.
- Added support for macOS ARM.
- Actually, GitHub Actions silently switched to ARM with
macos-latest.- Normal
macos(Intel) can be selected, but it's disabled by default due to missing support in Open Source plans of GitHub.- Parameter exclude and disable list support new
sys:*and*:x.ysyntax.- PublishTestResults will now merge unit test XML files based on pyEDAA.Reports.
- Additional merge parameters can be specified:
additional_merge_args- Unittesting:
- New
aptparameter to install packages viaapt.- New
brewparameter to install packages viahomebrew.- New
requirementsparameter- New
macos_before_scriptparameter- New
ubuntu_before_scriptparameter- New
mingw64_before_scriptparameter- New
ucrt64_before_scriptparameterChanges
- Updated PR template.
- Bumped dependencies.
- Run Ubuntu jobs with 2024.04 instead of 2022.04.
ubuntu-latestis still stuck at 2022.04.- When checking for
pacmanmanaged packages, more Python packages are now handled.- Improved error handling in embedded Python code.
- Report errors also to GitHub pipeline messages.
Bug Fixes
- Also upload hidden files in artifacts for code coverage.
Documentation
None
Unit Tests
- Added tests for embedded Python code.
v1.0.7
Automated Release created on: 06.08.2024 - 08:38:06
New Features
... (truncated)
Commits
1c42072v1.1.0bf6ba9bv1.1.093cdeb9Break system packages.72a8705added pyyaml as a special MSYS2 maintained Python package.ea96cceAllow selection of dorny/test-reporter's report name.59ce0faBumped dependencies.c8362d9Report errors also to Pipeline message log.0e9d878Check downloaded artifacts for XML files.74afc5aMerge branch 'main' into r15d67896Fixed next expected parameter set.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)