Skip to content

Commit 4835a7b

Browse files
committed
Remove coveralls
1 parent 8dec9aa commit 4835a7b

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

docs/package_info/contributing.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

181181
Running 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

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ readme = "README.rst"
3939
requires-python = "~=3.8"
4040

4141
[project.optional-dependencies]
42-
ci = ["coveralls"]
4342
dev = [
4443
"packaging",
4544
"praw[lint]",

0 commit comments

Comments
 (0)