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