Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Adding CI/CD Bardges for v2 and V3
  • Loading branch information
rulasg authored Jun 22, 2023
1 parent 0cb2353 commit b882d0b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@ This `module` contains `functions` to help create and run Unit Testing for Power

## CI/CD Status

**Main**
[![PSScriptAnalyzer](https://github.com/rulasg/TestingHelper/actions/workflows/PSScriptAnalyzer.yml/badge.svg)](https://github.com/rulasg/TestingHelper/actions/workflows/PSScriptAnalyzer.yml)
[![Test with TestingHelper](https://github.com/rulasg/TestingHelper/actions/workflows/test_with_TestingHelper.yml/badge.svg)](https://github.com/rulasg/TestingHelper/actions/workflows/test_with_TestingHelper.yml)
[![Publish on Release Published](https://github.com/rulasg/TestingHelper/actions/workflows/publish_module_on_release.yml/badge.svg)](https://github.com/rulasg/TestingHelper/actions/workflows/publish_module_on_release.yml)

**release/v2**
[![PSScriptAnalyzer](https://github.com/rulasg/TestingHelper/actions/workflows/PSScriptAnalyzer.yml/badge.svg?branch=release%2Fv2)](https://github.com/rulasg/TestingHelper/actions/workflows/PSScriptAnalyzer.yml)
[![Test with TestingHelper](https://github.com/rulasg/TestingHelper/actions/workflows/test_with_TestingHelper.yml/badge.svg?branch=release%2Fv2)](https://github.com/rulasg/TestingHelper/actions/workflows/test_with_TestingHelper.yml)
[![Publish on Release Published](https://github.com/rulasg/TestingHelper/actions/workflows/publish_module_on_release.yml/badge.svg?branch=release%2Fv2)](https://github.com/rulasg/TestingHelper/actions/workflows/publish_module_on_release.yml)

**release/v3**
[![PSScriptAnalyzer](https://github.com/rulasg/TestingHelper/actions/workflows/PSScriptAnalyzer.yml/badge.svg?branch=release%2Fv3)](https://github.com/rulasg/TestingHelper/actions/workflows/PSScriptAnalyzer.yml)
[![Test with TestingHelper](https://github.com/rulasg/TestingHelper/actions/workflows/test_with_TestingHelper.yml/badge.svg?branch=release%2Fv3)](https://github.com/rulasg/TestingHelper/actions/workflows/test_with_TestingHelper.yml)
[![Publish on Release Published](https://github.com/rulasg/TestingHelper/actions/workflows/publish_module_on_release.yml/badge.svg?branch=release%2Fv3)](https://github.com/rulasg/TestingHelper/actions/workflows/publish_module_on_release.yml)

## How to use it

This library will allow you to create quick unit testing for a given module. It will provide Asset statements too for the assertion section of your tests.
Expand Down

0 comments on commit b882d0b

Please # to comment.