Skip to content

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 13 Oct 19:28
· 8 commits to main since this release
bae9b0c

🪲 [Fix]: Don't count filtered tests as failed tests (#7)

Description

This pull request simplifies the test result handling logic in the scripts/main.ps1 file by removing all checks and reporting related to tests that were "NotRun". The script now only considers passed, failed, and inconclusive tests when determining test failures and reporting errors.

Test result handling simplification:

  • Removed all logic related to the NotRun test status, including the $hasNotRunValue variable, checks for NotRun in test failure conditions, and error reporting for tests that were not run. [1] [2] [3]