Skip to content

🚀 [Feature]: Add more inputs outputs from Pester #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 9, 2025

Conversation

MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Mar 9, 2025

Description

This pull request includes significant changes to the GitHub Actions workflow and configuration files. The key updates involve simplifying the workflow script, adding new input and outputs, and updating documentation to reflect these changes.

Simplification of Workflow Script:

  • .github/workflows/Action-Test.yml: Replaced the detailed PowerShell script for aggregating job statuses with a single line calling a new script Get-AggregatedStatus.ps1.

Addition of New Inputs and Outputs:

  • action.yml: Added multiple new input parameters to control various aspects of the test run and reporting, such as JSON report output, GitHub step summary options, code coverage settings, and test result configurations.

Documentation Updates:

  • README.md: Updated to include descriptions of the new input parameters and outputs, providing detailed information on their usage and default values.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug self-assigned this Mar 9, 2025
@Copilot Copilot AI review requested due to automatic review settings March 9, 2025 16:56
Copy link

@Copilot 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.

PR Overview

This pull request updates the GitHub Actions workflow and configuration files to add enhanced inputs and outputs for Pester testing.

  • Simplifies the Action-Test workflow by replacing an inline PowerShell block with a call to an external script.
  • Adds numerous new input parameters and corresponding outputs in action.yml to improve test and reporting configuration.
  • Updates the README.md documentation to detail the new input parameters and outputs.

Reviewed Changes

File Description
action.yml Extended inputs and outputs to support additional configuration for Pester.
README.md Revised documentation to include new action inputs and outputs.
.github/workflows/Action-Test.yml Simplified workflow by replacing inline scripting with a call to an external script.

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

@MariusStorhaug MariusStorhaug merged commit 03e40bf into main Mar 9, 2025
18 checks passed
@MariusStorhaug MariusStorhaug deleted the addnewparams branch March 9, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant