Skip to content

Commit c8ef9e1

Browse files
committed
README: replace (accidental?) non-breaking spaces with normal spaces
1 parent 56bd192 commit c8ef9e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ These are all the options available to configure this plugin's behaviour.
1212

1313
One or more patterns of files to upload to Test Analytics, relative to the root of the searching path (`./` by default). May contain `*` to match any number of characters of any type (unlike shell expansions, it will match `/` and `.` if necessary). Can be either a single pattern in a string or any number of them in an array.
1414

15-
#### `format` (string)
15+
#### `format` (string)
1616

1717
Format of the file.
1818

1919
Only the following values are allowed: `junit`, `json`
2020

2121
### Optional
2222

23-
#### `api-token-env-name` (string)
23+
#### `api-token-env-name` (string)
2424

2525
Name of the environment variable that contains the Test Analytics API token.
2626

@@ -45,7 +45,7 @@ For example:
4545

4646
Important: you may have to be careful to escape special characters like `$` during pipeline upload
4747

48-
#### `debug` (boolean)
48+
#### `debug` (boolean)
4949

5050
Print debug information to the build output.
5151

@@ -78,7 +78,7 @@ This should allow you to use a special exit code to soft-fail on when no files t
7878

7979
Default value: `1`
8080

81-
#### `timeout`(number)
81+
#### `timeout` (number)
8282

8383
Maximum number of seconds to wait for each file to upload before timing out.
8484

0 commit comments

Comments
 (0)