diff --git a/.github/workflows/reporting.yml b/.github/workflows/reporting.yml index 30d65ae03..a810c932b 100644 --- a/.github/workflows/reporting.yml +++ b/.github/workflows/reporting.yml @@ -97,19 +97,6 @@ jobs: "name": "JaCoCo", "maxScore": 100, "missedPercentageImpact": -1 - }, - { - "tools": [ - { - "id": "pit", - "name": "Mutation Coverage", - "metric": "mutation", - "pattern": "**/target/pit-reports/mutations.xml" - } - ], - "name": "PIT", - "maxScore": 100, - "missedPercentageImpact": -1 } ] } @@ -132,13 +119,6 @@ jobs: status: ${{ steps.metrics.outputs.branch }}% color: 'green' path: badges/branch-coverage.svg - - name: Generate the badge SVG image for the mutation coverage - uses: emibcn/badge-action@v2.0.2 - with: - label: 'Mutations' - status: ${{ steps.metrics.outputs.mutation }}% - color: 'green' - path: badges/mutation-coverage.svg - name: Generate the badge SVG image for the warnings uses: emibcn/badge-action@v2.0.2 with: diff --git a/README.md b/README.md index 19db71adb..82430d00f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![CodeQL](https://github.com/jenkinsci/analysis-model/workflows/CodeQL/badge.svg)](https://github.com/jenkinsci/analysis-model/actions/workflows/codeql.yml) [![Line Coverage](https://raw.githubusercontent.com/jenkinsci/analysis-model/main/badges/line-coverage.svg)](https://app.codecov.io/gh/jenkinsci/analysis-model) [![Branch Coverage](https://raw.githubusercontent.com/jenkinsci/analysis-model/main/badges/branch-coverage.svg)](https://app.codecov.io/gh/jenkinsci/analysis-model) -[![Mutation Coverage](https://raw.githubusercontent.com/jenkinsci/analysis-model/main/badges/mutation-coverage.svg)](https://github.com/jenkinsci/analysis-model/actions/workflows/reporting.yml) +[![Warnings](https://raw.githubusercontent.com/jenkinsci/analysis-model/main/badges/warnings.svg)](https://github.com/jenkinsci/analysis-model/actions/workflows/reporting.yml) This library provides a Java object model to read, aggregate, filter, and query static analysis reports. It is used by [Jenkins' warnings next generation plug-in](https://github.com/jenkinsci/warnings-ng-plugin) to visualize diff --git a/badges/mutation-coverage.svg b/badges/mutation-coverage.svg deleted file mode 100644 index 5e24b0ea2..000000000 --- a/badges/mutation-coverage.svg +++ /dev/null @@ -1,20 +0,0 @@ - - Mutation coverage: 80% - - - - - - - - - - - - - \ No newline at end of file