diff --git a/README.md b/README.md index f81245ca..22bc3005 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # GitHub Action to Publish Test Results -[![CI/CD](https://github.com/EnricoMi/publish-unit-test-result-action/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/EnricoMi/publish-unit-test-result-action/actions/workflows/ci-cd.yml) -[![GitHub release badge](https://badgen.net/github/release/EnricoMi/publish-unit-test-result-action/stable)](https://github.com/EnricoMi/publish-unit-test-result-action/releases/latest) +[![CI/CD](https://github.com/im-open/publish-unit-test-result-action/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/im-open/publish-unit-test-result-action/actions/workflows/ci-cd.yml) +[![GitHub release badge](https://badgen.net/github/release/im-open/publish-unit-test-result-action/stable)](https://github.com/im-open/publish-unit-test-result-action/releases/latest) [![GitHub license badge](misc/badge-license.svg)](http://www.apache.org/licenses/LICENSE-2.0) -[![GitHub Workflows badge](https://gist.github.com/EnricoMi/612cb538c14731f1a8fefe504f519395/raw/workflows.svg)](https://github.com/search?q=publish-unit-test-result-action+path%3A.github%2Fworkflows%2F+language%3AYAML+language%3AYAML&type=Code&l=YAML) -[![Docker pulls badge](https://gist.github.com/EnricoMi/612cb538c14731f1a8fefe504f519395/raw/downloads.svg)](https://github.com/users/EnricoMi/packages/container/package/publish-unit-test-result-action) +[![GitHub Workflows badge](https://gist.github.com/im-open/612cb538c14731f1a8fefe504f519395/raw/workflows.svg)](https://github.com/search?q=publish-unit-test-result-action+path%3A.github%2Fworkflows%2F+language%3AYAML+language%3AYAML&type=Code&l=YAML) +[![Docker pulls badge](https://gist.github.com/im-open/612cb538c14731f1a8fefe504f519395/raw/downloads.svg)](https://github.com/users/im-open/packages/container/package/publish-unit-test-result-action) ![Ubuntu badge](misc/badge-ubuntu.svg) ![macOS badge](misc/badge-macos.svg) @@ -17,7 +17,7 @@ ![Mocha badge](misc/badge-mocha.svg) -[![Test Results](https://gist.githubusercontent.com/EnricoMi/612cb538c14731f1a8fefe504f519395/raw/tests.svg)](https://gist.githubusercontent.com/EnricoMi/612cb538c14731f1a8fefe504f519395/raw/tests.svg) +[![Test Results](https://gist.githubusercontent.com/im-open/612cb538c14731f1a8fefe504f519395/raw/tests.svg)](https://gist.githubusercontent.com/im-open/612cb538c14731f1a8fefe504f519395/raw/tests.svg) This [GitHub Action](https://github.com/actions) analyses test result files and publishes the results on GitHub. It supports [JSON (Dart, Mocha), TRX (MSTest, VS) and XML (JUnit, NUnit, XUnit) file formats](#generating-test-result-files), @@ -27,7 +27,7 @@ You can add this action to your GitHub workflow for ![Ubuntu Linux](https://badg ```yaml - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action@v2 + uses: im-open/publish-unit-test-result-action@v1.0.0 if: always() with: files: | @@ -41,7 +41,7 @@ and ![Windows](https://badgen.net/badge/icon/Windows?icon=windows&label) (e.g. ` ```yaml - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action/composite@v2 + uses: im-open/publish-unit-test-result-action/composite@v2 if: always() with: files: | @@ -326,7 +326,7 @@ The `json` output of the action can be accessed through the expression `steps. Example workflow YAML @@ -717,7 +717,7 @@ Here is an example how to use the [JSON](#json-result) output of this action to steps: - … - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action@v2 + uses: im-open/publish-unit-test-result-action@v1.0.0 id: test-results if: always() with: @@ -827,7 +827,7 @@ publish-test-results: path: artifacts - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action/composite@v2 + uses: im-open/publish-unit-test-result-action/composite@v2 with: files: "artifacts/**/*.xml" ``` @@ -836,4 +836,4 @@ publish-test-results: ## Credits The initial GitHub action has been created by [EnricoMi](https://github.com/EnricoMi) at -[EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action). \ No newline at end of file +[EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action).