Skip to content

Commit 08854e3

Browse files
authored
Reference Codecov in docs [ci skip] (#390)
1 parent 472c162 commit 08854e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ TODO:
88
- [ ] Changes documented in docs/release.rst
99
- [ ] Docs build locally
1010
- [ ] GitHub Actions CI passes
11-
- [ ] Test coverage to 100% (Coveralls passes)
11+
- [ ] Test coverage to 100% (Codecov passes)

docs/contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ and produce a coverage report. This should be 100% before code can be accepted i
179179
main code base.
180180

181181
When submitting a pull request, coverage will also be collected across all supported
182-
Python versions via the Coveralls service, and will be reported back within the pull
183-
request. Coveralls coverage must also be 100% before code can be accepted.
182+
Python versions via the Codecov service, and will be reported back within the pull
183+
request. Codecov coverage must also be 100% before code can be accepted.
184184

185185
Documentation
186186
~~~~~~~~~~~~~
@@ -217,7 +217,7 @@ one core developers before being merged. Ideally, pull requests submitted by a c
217217
should be reviewed and approved by at least one other core developers before being merged.
218218

219219
Pull requests should not be merged until all CI checks have passed (Travis, AppVeyor,
220-
Coveralls) against code that has had the latest main merged in.
220+
Codecov) against code that has had the latest main merged in.
221221

222222
Compatibility and versioning policies
223223
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)