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
$ stat -f %z app.zip | commitstat - --name app-size
14
-
```
15
-
16
12
Can be used to check test coverage, typing coverage, file sizes, and more.
17
13
The status can be purely informative, or be set as a required status check (via GitHub branch protection) to ensure that something like test coverage doesn't get worse because of a pull request.
18
14
@@ -83,5 +79,5 @@ Parse total test coverage from the [built-in go coverage tool](https://blog.gola
0 commit comments