Skip to content

build(ci): improve unit test summary#20709

Merged
mikehardy merged 1 commit intoankidroid:mainfrom
david-allison:logTestResultsToGitHubActions
Apr 14, 2026
Merged

build(ci): improve unit test summary#20709
mikehardy merged 1 commit intoankidroid:mainfrom
david-allison:logTestResultsToGitHubActions

Conversation

@david-allison
Copy link
Copy Markdown
Member

@david-allison david-allison commented Apr 10, 2026

Purpose / Description

I didn't like the look of the markdown tables now we've added more modules

Approach

  • Fix markdown issues with multiple suites
  • Combine the individual tables
    • Via appending, rather than accumulating the results

How Has This Been Tested?

Before:

Screenshot 2026-04-10 at 18 14 30

After:

Screenshot 2026-04-10 at 18 13 53

Learning (optional, can help others)

The complexity to run a script using the newer replacements for gradle.buildFinished { } wasn't worthwhile

Checklist

  • You have a descriptive commit message with a short title (first line, max 50 chars).
  • You have commented your code, particularly in hard-to-understand areas
  • You have performed a self-review of your own code
  • UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)
  • UI Changes: You have tested your change using the Google Accessibility Scanner

@david-allison david-allison added the Needs Author Reply Waiting for a reply from the original author label Apr 10, 2026
* Fix markdown issues with multiple suites
* Combine the individual tables
* All durations are minutes and seconds (zero-padded)

Assisted-by: Claude Opus 4.6
@david-allison david-allison force-pushed the logTestResultsToGitHubActions branch from fe134c7 to ad47eeb Compare April 10, 2026 11:16
@david-allison

This comment was marked as resolved.

@david-allison david-allison marked this pull request as ready for review April 10, 2026 15:43
@david-allison david-allison added Needs Review and removed Needs Author Reply Waiting for a reply from the original author labels Apr 10, 2026
Copy link
Copy Markdown
Member

@mikehardy mikehardy left a comment

Choose a reason for hiding this comment

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

looks nice

The complexity to run a script using the newer replacements for gradle.buildFinished { } wasn't worthwhile

Amen to that, it is so annoying that there is no simple hook for "do this at the end", it's a ridiculously complex set of providers and OO/IoC ivory tower junk. Not a fan.

@mikehardy mikehardy added this pull request to the merge queue Apr 14, 2026
Merged via the queue into ankidroid:main with commit 1df0dc2 Apr 14, 2026
15 checks passed
@github-actions github-actions Bot added this to the 2.24 release milestone Apr 14, 2026
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