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
Either "increase" or "decrease". This is the direction you *want* the stat to go. For example, test coverage should "increase" and if it actually decreases, then a failling status will be reported. If the stat is new or doesn't change, it is considered successful.
34
-
35
31
### `--name`
36
32
37
33
The name of the stat.
38
34
Will show up as `commitstat/{name}` when submitted as a GitHub commit status.
39
35
Changing the name for an existing stat will break the pass/fail comparison until the new name shows up on your main/master branch.
40
36
37
+
### `--goal` (optional)
38
+
39
+
Either "increase" or "decrease". This is the direction you *want* the stat to go. For example, test coverage should "increase" and if it actually decreases, then a failling status will be reported. If the stat is new or doesn't change, it is considered successful.
40
+
41
+
If you don't specify a goal, then you'll get a successful status and the stat/change will be purely informational.
42
+
41
43
### `--regex` (optional)
42
44
43
45
A regular expression to parse the file/stdin for a specific value.
0 commit comments