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
16
14
```
17
15
16
+
Can be used to check test coverage, typing coverage, file sizes, and more.
17
+
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
+
18
19
This is a lightweight alternative to hosted services like [Codecov](https://about.codecov.io/) and [Coveralls](https://coveralls.io/).
19
20
All of the data that commitstat uses is stored directly in the GitHub commit status and doesn't involve any third-party services or hosting.
20
21
There aren't any visualization tools built-in but you can always store artifacts in your CI provider or look at coverage reports locally.
0 commit comments