From 47e917086a280181dc7caf41f237d853667ec203 Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Sun, 5 Jan 2025 20:49:49 +0000 Subject: [PATCH] Restore codecov note to CONTRIBUTING.rst See #4904 [ci skip] --- CONTRIBUTING.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4615e1e06..1caf9ea20 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -94,12 +94,12 @@ request. These will run most of the Biopython tests (although not with all the optional dependencies included), plus also style checks using ``pre-commit`` (also used for git pre-commit checks, see above). -**The continuous integration checks must pass before your pull request will be -merged.** +The continuous integration tests collect test coverage information via +CodeCov: https://codecov.io/github/biopython/biopython/ -We have previously used CodeCov to track test coverage information, and would -like to restore this - but historically did not insist their test coverage -checks passed when reviewing pull requests. +**The continuous integration checks must pass before your pull request will be +merged.** Ideally the CodeCov checks will also pass, but we currently do not insist on +this when reviewing pull requests. Contributing to the Biopython Tutorial --------------------------------------