[PR #2286] [MERGED] Upload and process test results as an artifact and report #22862

Closed
opened 2026-04-16 23:06:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2286
Author: @withinfocus
Created: 1/10/2023
Status: Merged
Merged: 1/10/2023
Merged by: @withinfocus

Base: masterHead: testreport


📝 Commits (1)

  • 9732fe0 Upload and process test results as an artifact and report

📊 Changes

1 file changed (+39 additions, -29 deletions)

View changed files

📝 .github/workflows/build.yml (+39 -29)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Utilizes a popular Action to process .NET test results and upload them as a report artifact. Much easier to parse
results than working through the commandline output.

Code changes

  • .github/workflows/build.yml: Additional step for report processing

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2286 **Author:** [@withinfocus](https://github.com/withinfocus) **Created:** 1/10/2023 **Status:** ✅ Merged **Merged:** 1/10/2023 **Merged by:** [@withinfocus](https://github.com/withinfocus) **Base:** `master` ← **Head:** `testreport` --- ### 📝 Commits (1) - [`9732fe0`](https://github.com/bitwarden/android/commit/9732fe078c92d44b40d88a97e5c251029d1b3831) Upload and process test results as an artifact and report ### 📊 Changes **1 file changed** (+39 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+39 -29) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [X] Build/deploy pipeline (DevOps) - [ ] Other ## Objective Utilizes a popular Action to process .NET test results and upload them as a report artifact. Much easier to parse results than working through the commandline output. ## Code changes * **.github/workflows/build.yml:** Additional step for report processing ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 23:06:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#22862