Skip to content

chore: use dorny/test-reporter for reporting gh action test results#2036

Merged
chenba merged 4 commits into
masterfrom
chore/dorny-test-reporter-gh-action-STOR-471
Feb 4, 2026
Merged

chore: use dorny/test-reporter for reporting gh action test results#2036
chenba merged 4 commits into
masterfrom
chore/dorny-test-reporter-gh-action-STOR-471

Conversation

@chenba
Copy link
Copy Markdown
Collaborator

@chenba chenba commented Feb 2, 2026

We run tests with gh actions but we don't have a nice test reporter to view the results. Let's try dorny/test-reporter.

Closes STOR-471

@chenba chenba force-pushed the chore/dorny-test-reporter-gh-action-STOR-471 branch 3 times, most recently from 1447906 to 33f4bec Compare February 3, 2026 20:21
@chenba chenba force-pushed the chore/dorny-test-reporter-gh-action-STOR-471 branch from 33f4bec to 84fb7d7 Compare February 3, 2026 20:37
@chenba chenba force-pushed the chore/dorny-test-reporter-gh-action-STOR-471 branch 2 times, most recently from 0c9b710 to 8b8915f Compare February 3, 2026 22:14
@chenba chenba force-pushed the chore/dorny-test-reporter-gh-action-STOR-471 branch from 8b8915f to a70854d Compare February 3, 2026 22:44
Comment thread .cargo/audit.toml
"RUSTSEC-2024-0365", # Bound by diesel 1.4 (4GB limit n/a to tokenserver)
"RUSTSEC-2024-0421", # Bound by diesel 1.4, `idna` < 0.1.5, Upgrade to >=1.0.0
"RUSTSEC-2024-0437", # Bound by grpcio 0.13,
"RUSTSEC-2026-0002", # Bound by mysql_async, via diesel-async
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

SYNC_SYNCSTORAGE__ENFORCE_QUOTA: 1

- name: Publish Test Report
uses: dorny/test-reporter@a810f9bf83f2344124a920a7a0a85a6716e791f0
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This is the version that's approved and allow-listed by GH Org admins.

Comment thread Makefile
EPOCH_TIME := $(shell date +"%s")
TEST_RESULTS_DIR ?= workflow/test-results
TEST_PROFILE := $(if $(CIRCLECI),ci,default)
TEST_PROFILE := $(if $(or $(CIRCLECI),$(GITHUB_ACTIONS)),ci,default)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

The 'ci' profile enables the junit output format on nextest.

@chenba
Copy link
Copy Markdown
Collaborator Author

chenba commented Feb 3, 2026

report example
image

@chenba chenba marked this pull request as ready for review February 3, 2026 23:18
@chenba
Copy link
Copy Markdown
Collaborator Author

chenba commented Feb 3, 2026

😆 yeah not sure what's with that screenshot preview in the comment above

@chenba chenba merged commit 9f700d6 into master Feb 4, 2026
33 checks passed
@chenba chenba deleted the chore/dorny-test-reporter-gh-action-STOR-471 branch February 4, 2026 20:40
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.

2 participants