Skip to content

Commit cd8e0df

Browse files
committed
docs(contributing): Remove coverage section
Python code coverage is no longer in play.
1 parent 19f3a13 commit cd8e0df

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,3 @@ By making a contribution to this project, I certify that:
115115
- Tests are added/modified that cover the bug fix or feature being
116116
added.
117117
- `make test` passes.
118-
119-
### Code Coverage
120-
121-
[![Coverage Status](https://coveralls.io/repos/github/stacked-git/stgit/badge.svg?branch=master)](https://coveralls.io/github/stacked-git/stgit?branch=master)
122-
123-
We use [Coverage.py](https://coverage.readthedocs.io/en/coverage-5.5) to
124-
calculate code coverage on the repo. Run it with `make coverage`. There's a
125-
fancy GUI version tracking master at
126-
https://coveralls.io/github/stacked-git/stgit?branch=master.

0 commit comments

Comments
 (0)