Skip to content

Init#1

Merged
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
init
Oct 4, 2025
Merged

Init#1
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainfrom
init

Conversation

@MariusStorhaug

Copy link
Copy Markdown
Member

Description

Init

Copilot AI review requested due to automatic review settings October 4, 2025 06:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR performs an initialization cleanup by removing all existing module content and updating the code coverage target from 0% to 50%. This appears to be a complete reset of a PowerShell module project to start fresh.

  • Removed all existing PowerShell functions, classes, variables, and configuration files
  • Deleted test files for removed functions while keeping the test framework structure
  • Updated code coverage target from 0% to 50% in the build configuration

Reviewed Changes

Copilot reviewed 27 out of 28 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/PSModuleTest.Tests.ps1 Removed tests for deleted functions, keeping only Set-PSModuleTest
src/variables/public/SolarSystems.ps1 Deleted entire solar systems variable definition
src/variables/public/Planets.ps1 Deleted planets variable definition
src/variables/public/Moons.ps1 Deleted moons variable definition
src/variables/private/PrivateVariables.ps1 Deleted private variables for habitable and inhabited planets
src/types/FileInfo.Types.ps1xml Deleted FileInfo type extension definitions
src/types/DirectoryInfo.Types.ps1xml Deleted DirectoryInfo type extension definitions
src/scripts/loader.ps1 Deleted loader script
src/modules/OtherPSModule.psm1 Deleted other module implementation
src/manifest.psd1 Deleted module manifest override file
src/init/initializer.ps1 Deleted initialization script
src/header.ps1 Deleted module header script
src/functions/public/Test-PSModuleTest.ps1 Deleted Test-PSModuleTest function
src/functions/public/New-PSModuleTest.ps1 Deleted New-PSModuleTest function
src/functions/public/Get-PSModuleTest.ps1 Deleted Get-PSModuleTest function
src/functions/private/Set-InternalPSModule.ps1 Deleted private Set function
src/functions/private/Get-InternalPSModule.ps1 Deleted private Get function
src/formats/Mygciview.Format.ps1xml Deleted custom format view definition
src/formats/CultureInfo.Format.ps1xml Deleted CultureInfo format definition
src/finally.ps1 Deleted final loader script
src/data/Settings.psd1 Deleted settings data file
src/data/Config.psd1 Deleted configuration data file
src/classes/public/Book.ps1 Deleted Book and BookList class definitions
src/classes/private/SecretWriter.ps1 Deleted SecretWriter class definition
src/README.md Deleted source directory documentation
examples/General.ps1 Deleted general usage example
.github/PSModule.yml Updated code coverage target from 0% to 50%

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 9083d39 into main Oct 4, 2025
36 checks passed
@github-actions

github-actions Bot commented Oct 4, 2025

Copy link
Copy Markdown

Module Gemini - 0.0.1 published to the PowerShell Gallery.

@github-actions

github-actions Bot commented Oct 4, 2025

Copy link
Copy Markdown

GitHub release for Gemini v0.0.1 has been created.

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