From 9845a2adf6cc8861dc8dc6e8d9f07474a2281d5e Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Thu, 14 Dec 2023 19:44:38 +0100 Subject: [PATCH] Add supported formats. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36be888..809b74e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Both actions are inspired by my Jenkins plugins: They work in the same way but are much more powerful and flexible and show the results additionally in Jenkins' UI. Please note that the action works on report files that are generated by other tools. It does not run the tests or static analysis tools itself. You need to run these tools in a previous step of your workflow. See the example below for details. This has the advantage that you can use a tooling you are already familiar with. So the action will run for any programming language that can generate the required report files. +There are already more than [one hundred analysis formats](https://github.com/jenkinsci/analysis-model/blob/main/SUPPORTED-FORMATS.md) supported. Code and mutation coverage reports can use the JaCoCo, Cobertura and PIT formats, see the [coverage model](https:://github.com/jenkinsci/coverage-model) for details. # Configuration