File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ PRAW: The Python Reddit API Wrapper
1717 :alt: GitHub Actions Status
1818 :target: https://github.com/praw-dev/praw/actions/workflows/ci.yml
1919
20- .. image :: https://coveralls.io/repos/github/praw-dev/praw/badge.svg
21- :alt: Coveralls Coverage
22- :target: https://coveralls.io/github/praw-dev/praw?branch=main
23-
2420.. image :: https://api.securityscorecards.dev/projects/github.com/praw-dev/praw/badge
2521 :alt: OpenSSF Scorecard
2622 :target: https://api.securityscorecards.dev/projects/github.com/praw-dev/praw
Original file line number Diff line number Diff line change @@ -174,9 +174,9 @@ Linting_:
174174 Testing
175175-------
176176
177- Contributions to PRAW requires 100% test coverage as reported by Coveralls _ . If you know
178- how to add a feature, but aren't sure how to write the necessary tests, please open a
179- pull request anyway so we can work with you to write the necessary tests.
177+ Contributions to PRAW requires 100% test coverage. If you know how to add a feature, but
178+ aren't sure how to write the necessary tests, please open a pull request anyway so we
179+ can work with you to write the necessary tests.
180180
181181Running the Test Suite
182182~~~~~~~~~~~~~~~~~~~~~~
@@ -306,8 +306,6 @@ Please also read the `Contributing Guidelines`_
306306
307307.. _contributing guidelines : https://github.com/praw-dev/praw/blob/main/.github/CONTRIBUTING.rst
308308
309- .. _coveralls : https://coveralls.io/github/praw-dev/praw
310-
311309.. _github actions : https://github.com/praw-dev/praw/actions
312310
313311.. _pre-commit : https://pre-commit.com
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ readme = "README.rst"
3939requires-python = " ~=3.8"
4040
4141[project .optional-dependencies ]
42- ci = [" coveralls" ]
4342dev = [
4443 " packaging" ,
4544 " praw[lint]" ,
You can’t perform that action at this time.
0 commit comments