diff --git a/.github/workflows/api-unit-test.yml b/.github/workflows/api-unit-test.yml index 33eee1d8a..f9ec06c2c 100644 --- a/.github/workflows/api-unit-test.yml +++ b/.github/workflows/api-unit-test.yml @@ -52,7 +52,7 @@ jobs: - name: Test Report uses: dorny/test-reporter@v1 - if: always() # run this step even if previous steps failed + if: github.actor != 'dependabot[bot]' with: name: API Tests Report # Name of the check run which will be created path: ./API/tests-api.xml # Path to test results diff --git a/.github/workflows/cli-unit-test.yml b/.github/workflows/cli-unit-test.yml index 9bd7ef999..e3cafeca8 100644 --- a/.github/workflows/cli-unit-test.yml +++ b/.github/workflows/cli-unit-test.yml @@ -49,7 +49,7 @@ jobs: - name: Test Report uses: dorny/test-reporter@v1 - if: always() # run this step even if previous steps failed + if: github.actor != 'dependabot[bot]' with: name: CLI Tests Report # Name of the check run which will be created path: ./CLI/tests-cli.xml # Path to test results @@ -111,5 +111,5 @@ jobs: with: BADGE_ARTIFACT_NAME: cli_coverage_badge BADGE_FILE_NAME: cli_coverage_badge.svg - BRANCH_NAME: coverage_badges + BRANCH_NAME: cli_coverage_badge github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index de0505fcc..49ce8617a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ditrit_OGrEE-Core&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=ditrit_OGrEE-Core) [![API Coverage](https://raw.githubusercontent.com/ditrit/OGrEE-Core/coverage_badges/api_coverage_badge.svg)](https://github.com/ditrit/OGrEE-Core/actions/workflows/api-unit-test.yml) -[![CLI Coverage](https://raw.githubusercontent.com/ditrit/OGrEE-Core/coverage_badges/cli_coverage_badge.svg)](https://github.com/ditrit/OGrEE-Core/actions/workflows/cli-unit-test.yml) +[![CLI Coverage](https://raw.githubusercontent.com/ditrit/OGrEE-Core/cli_coverage_badge/cli_coverage_badge.svg)](https://github.com/ditrit/OGrEE-Core/actions/workflows/cli-unit-test.yml) [![⚙️ Build - Publish](https://github.com/ditrit/OGrEE-Core/actions/workflows/build-deploy.yaml/badge.svg)](https://github.com/ditrit/OGrEE-Core/actions/workflows/build-deploy.yaml)