Add test time to case annotation (test failures and errors) (#439)
Allow to publish job summary for pull_request event on fork (#441)
Links in comments point to README.md version that matches the used action (#432)
v2.6.2
Fixes the following issues:
Publish comment on the pull request of the event, or on the pull request of the commit otherwise (#438)
In contrast to v2.6.1, the action falls back to the commit's pull requests when the event does not provide a PR.
v2.6.1
Fixes the following issues:
Publish comments only to the pull request that triggered the action (not all commit's pull requests) (#428)
This means that the action only publishes pull request comments on pull_request events (and workflow_run events triggered from pull_request events). The action running on either pull request used to overwrite the other pull request's results. This is not useful since different pull requests that share a commit may have different results.
v2.6.0
Adds the following features:
Reduce likelihood of secondary rate limit errors (#425)
v2.5.0
Adds the following features:
Add support for Dart and Mocha JSON test results (#404)
Speed up composite action by caching PIP packages (#418, #422)
Speed up package installation by always installing wheel package
Pin versions of all transient dependencies so that composite action always uses the same versions (#421)
Speed up parsing large TRX files by adding lookup index (#417)
Restrict XSLT permissions used for non-JUnit XML files (#415)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps EnricoMi/publish-unit-test-result-action from 1.12 to 2.7.
Release notes
Sourced from EnricoMi/publish-unit-test-result-action's releases.
... (truncated)
Commits
4e7013f
Releasing v2.7.068c617d
Allow to publish job summary for pull_request event on fork (#441)c8e55ea
Add test time to case annotation (#439)d7c2936
Update links on comments to point to the used version (#432)39ee91a
Releasing v2.6.29d34049
Fix wording in event type section6334727
Fix new section9d7bc1c
Add section on different events types45f3496
Publish comment on pull request of event, or of commit otherwise (#438)b2e8ee2
Add link for .Net testintDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show