Add Unit and Integ Test reports#88
Merged
Merged
Conversation
justinschoeff
force-pushed
the
schoeff/test-reports
branch
6 times, most recently
from
July 20, 2026 18:04
d607e76 to
d9880f2
Compare
justinschoeff
marked this pull request as ready for review
July 20, 2026 18:22
justinschoeff
force-pushed
the
schoeff/test-reports
branch
from
July 20, 2026 22:25
633db2d to
73bc025
Compare
ericbriffa
approved these changes
Jul 24, 2026
This adds test and coverage reports for both unit and integ tests. The coverage will be added as a comment to PRs and test reports visible in job summary.
justinschoeff
force-pushed
the
schoeff/test-reports
branch
from
July 24, 2026 16:44
b366155 to
7907f67
Compare
This file contains hidden or 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
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.
What was changed
This adds test and coverage reports for both unit and integ tests. The
coverage will be added as a comment to PRs and test reports visible in
job summary.
Also, just for reference I found both
dorny/test-reporter@v3andfgrosse/go-coverage-report@v1.3.0in use in other Temporal repos, so chose them over some other options.Why?
Easier to track coverage of features
Checklist
Closes
How was this tested:
You can see in summary tab for this PR: https://github.com/temporalio/temporal-auto-scaled-workers/actions/runs/29766231031?pr=88
Note: the coverage reporter did not comment since Go files did not change.