You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,9 @@ As a Docker based action Code Coverage Summary requires a Linux runner, see [Typ
24
24
### `filename`
25
25
**Required**
26
26
27
-
Code coverage file to analyse.
27
+
A comma separated list of code coverage files to analyse. If there are any spaces in a path or filename this value must be in quotes.
28
28
29
-
**v1.2.0-beta only:** A comma separated list of code coverage files to analyse.
30
-
31
-
Note: Coverlet creates the coverage file in a random named directory (guid) so you need to copy it to a predictable path before running this Action, see the [.Net 5 Workflow Example](#net-5-workflow-example) below.
29
+
Note: Coverlet creates the coverage file in a random named directory (guid) so you need to copy it to a predictable path before running this Action, see the [.Net Workflow Example](#net-workflow-example) below.
32
30
33
31
34
32
### `badge`
@@ -55,13 +53,11 @@ Output Format - `markdown` or `text` (default).
55
53
56
54
57
55
### `hide_branch_rate`
58
-
**v1.2.0-beta only**
59
56
60
57
Hide Branch Rate values in the output - `true` or `false` (default).
61
58
62
59
63
60
### `hide_complexity`
64
-
**v1.2.0-beta only**
65
61
66
62
Hide Complexity values in the output - `true` or `false` (default).
67
63
@@ -117,22 +113,24 @@ Minimum allowed line rate is 50%
0 commit comments