Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PSModule/Invoke-ScriptAnalyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: PSModule/Invoke-ScriptAnalyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 9, 2025

  1. 🌟 [Major: Bump Invoke-Pester to v4 (#15)

    ## Description
    
    This pull request includes updates to the `action.yml` file, bumping the
    version of the Ìnvoke-Pester` action and adjusting inputs to the updated
    version.
    
    ### Step Summary Configuration Changes:
    * 🌟 Removed the `StepSummary_Enabled` input to simplify the
    configuration options.
    * Introduced the `StepSummary_Mode` input to control which tests to show
    in the GitHub step summary, replacing the `StepSummary_ShowTests` input.
    * Changed the default value of `StepSummary_ShowTestOverview` to `false`
    to align with the new configuration approach.
    
    ### Pester Module Update:
    
    * Updated the Pester module usage from version 3 to version 4 to ensure
    compatibility with the latest features and improvements.
    
    ## Type of change
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [ ] 📖 [Docs]
    - [ ] 🪲 [Fix]
    - [ ] 🩹 [Patch]
    - [ ] ⚠️ [Security fix]
    - [ ] 🚀 [Feature]
    - [x] 🌟 [Breaking change]
    
    ## Checklist
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [x] I have performed a self-review of my own code
    - [x] I have commented my code, particularly in hard-to-understand areas
    MariusStorhaug authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    bbe66b8 View commit details
    Browse the repository at this point in the history
Loading