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
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# commitstat
2
2
3
-
A CI tool for reporting and comparing stats on commits. It can parse a stat from a file or stdin, check whether the number has increased or decreased, and then report a pass/fail status.
3
+
A CI tool for reporting and comparing stats on commits and pull requests.
4
+
It can parse a stat from a file or stdin,
5
+
check whether the number has increased or decreased from the previous commit or main branch,
6
+
and then report a pass/fail status on GitHub.
4
7
5
8
Can be used to check test coverage, typing coverage, file sizes, and more.
0 commit comments