File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ There aren't any visualization tools built-in but you can always store artifacts
21
21
22
22
## Quick install
23
23
24
+ You can install commitstat locally to test your parsing patterns, but commit statuses will only be created when run in CI.
25
+
24
26
``` console
25
27
$ curl https://rg.gosu.cc/dropseed/commitstat/master/install.sh | bash -s -- -b $HOME /bin
26
28
```
54
56
55
57
## Example uses
56
58
57
- ### mypy
59
+ ### [ mypy](http://mypy-lang.org/)
58
60
59
61
Parse the mypy imprecision text report (lower number is better).
60
62
@@ -63,7 +65,7 @@ $ mypy src --ignore-missing-imports --no-incremental --txt-report ./.reports/myp
63
65
$ commitstat .reports/mypy/index.txt --regex "\| Total\s*\|\s*([\d\.]+%)" --goal decrease --name mypy
64
66
```
65
67
66
- ### pytest with pytest-cov
68
+ ### [ pytest] ( https://docs.pytest.org/en/latest/ ) with [ pytest-cov] ( https://github.com/pytest-dev/pytest-cov )
67
69
68
70
Parse the pytest-cov default HTML report for the total coverage percentage.
69
71
You can’t perform that action at this time.
0 commit comments