Skip to content

Commit 84f7146

Browse files
committed
Remove checks status badge and add note on legacy themes in README
1 parent 26c6987 commit 84f7146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Any checks or thresolds defined in your test will be highlighted, with clear ind
99
![](https://img.shields.io/github/license/benc-uk/k6-reporter)
1010
![](https://img.shields.io/github/last-commit/benc-uk/k6-reporter)
1111
![](https://img.shields.io/github/release/benc-uk/k6-reporter)
12-
![](https://img.shields.io/github/checks-status/benc-uk/k6-reporter/main)
1312

1413
# Basic Usage
1514

@@ -57,6 +56,8 @@ Version 3 introduced themes support for styling the look of the output. There ar
5756
- The `bootstrap` theme uses vanilla [Bootstrap 5](https://getbootstrap.com/) for styling and layout.
5857
- You can also use [Bootswatch](https://bootswatch.com/) themes for a different look and feel. To use a Bootswatch theme, set the theme option to `bootswatch:<name>`, where `<name>` is one of the available Bootswatch themes, e.g. `cerulean`, `cyborg`, `darkly`, etc. If no name is provided, it will default to `cerulean`.
5958

59+
> NOTE: ALl themes other than `default` are considered legacy and will not be supported or get new features in future releases. They are provided for backwards compatibility only.
60+
6061
## Multiple outputs
6162

6263
If you want more control over the output produced or to output the summary into multiple places (including stdout), just combine the result of htmlReport with other summary generators, as follows:

0 commit comments

Comments
 (0)