Skip to content

Conversation

@StephenHodgson
Copy link
Member

  • add additional unity utp log handling

- add additional unity utp log handling
@StephenHodgson StephenHodgson marked this pull request as ready for review December 20, 2025 21:38
Copilot AI review requested due to automatic review settings December 20, 2025 21:38
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds enhanced Unity Test Platform (UTP) log handling capabilities to unity-cli version 1.8.2. The changes introduce test scenario files that intentionally generate various types of failures and warnings to validate the CLI's error handling and logging infrastructure.

  • Adds six Unity test scenario files covering compiler errors/warnings, build errors/warnings, and playmode/editmode test failures
  • Implements UTP log artifact upload in the CI workflow to capture test execution logs
  • Updates package version from 1.8.1 to 1.8.2 with related dependency bumps

Reviewed changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
unity-tests/PlaymodeTestsErrors.cs Playmode test that intentionally fails to validate test failure reporting
unity-tests/EditmodeTestsErrors.cs Editmode test that intentionally fails to validate test failure reporting
unity-tests/CompilerWarnings.cs Generates obsolete API warnings for compiler warning scenario testing
unity-tests/CompilerErrors.cs Uses #error directive to force compilation errors for error scenario testing
unity-tests/BuildWarnings.cs Build preprocessor that emits warnings during Unity build pipeline
unity-tests/BuildErrors.cs Build preprocessor that throws exceptions to simulate build failures
package.json Version bump to 1.8.2
package-lock.json Version update and automatic dependency updates for baseline-browser-mapping, caniuse-lite, dedent, and update-browserslist-db
.github/workflows/build-options.json Adds tests array listing all new test scenario files
.github/workflows/unity-build.yml Adds UTP log artifact upload step and removes trailing whitespace
Comments suppressed due to low confidence (1)

unity-tests/CompilerWarnings.cs:12

            ObsoleteApi(); // CS0618: call to obsolete member

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@StephenHodgson StephenHodgson marked this pull request as draft December 22, 2025 00:33
@StephenHodgson StephenHodgson marked this pull request as ready for review December 22, 2025 00:33
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 16 out of 18 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

StephenHodgson and others added 15 commits January 11, 2026 14:08
…tory (#64)

Bumps the npm_and_yarn group with 1 update in the / directory:
[tar](https://github.com/isaacs/node-tar).

Updates `tar` from 7.5.2 to 7.5.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/node-tar/commit/03138441b238f48070fb22824b2529c445bc70c7"><code>0313844</code></a>
7.5.3</li>
<li><a
href="https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e"><code>340eb28</code></a>
fix: sanitize absolute linkpaths properly</li>
<li><a
href="https://github.com/isaacs/node-tar/commit/8bb83f7e5154fad0302c8329f4b7472ef139f86b"><code>8bb83f7</code></a>
update deps</li>
<li><a
href="https://github.com/isaacs/node-tar/commit/1c4aedd28a3a1b125c9f00a3daa489fafe8d8512"><code>1c4aedd</code></a>
Fix typo in onWriteEntry documentation</li>
<li>See full diff in <a
href="https://github.com/isaacs/node-tar/compare/v7.5.2...v7.5.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=7.5.2&new-version=7.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/RageAgainstThePixel/unity-cli/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephen Hodgson <rage.against.the.pixel@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant