summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2020-03-31 16:49:25 +0200
committerGitHub <noreply@github.com>2020-03-31 09:49:25 -0500
commit7357b7023eb9c062ceb8febd0cce9db2f7f27ab3 (patch)
tree8a3820dea3b600393da74f6417c0b247e4114a25 /lib
parent77e13849026b9b177c27fcaefd134dd32e4329e4 (diff)
downloadspack-7357b7023eb9c062ceb8febd0cce9db2f7f27ab3.tar.gz
spack-7357b7023eb9c062ceb8febd0cce9db2f7f27ab3.tar.bz2
spack-7357b7023eb9c062ceb8febd0cce9db2f7f27ab3.tar.xz
spack-7357b7023eb9c062ceb8febd0cce9db2f7f27ab3.zip
Update link for codecov's browser extensions (#15779)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/contribution_guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/contribution_guide.rst b/lib/spack/docs/contribution_guide.rst
index 0b79141ee3..9935ec0c83 100644
--- a/lib/spack/docs/contribution_guide.rst
+++ b/lib/spack/docs/contribution_guide.rst
@@ -385,8 +385,8 @@ coverage. This helps us tell what percentage of lines of code in Spack are
covered by unit tests. Although code covered by unit tests can still contain
bugs, it is much less error prone than code that is not covered by unit tests.
-Codecov provides `browser extensions <https://github.com/codecov/browser-extension>`_
-for Google Chrome, Firefox, and Opera. These extensions integrate with GitHub
+Codecov provides `browser extensions <https://github.com/codecov/sourcegraph-codecov>`_
+for Google Chrome and Firefox. These extensions integrate with GitHub
and allow you to see coverage line-by-line when viewing the Spack repository.
If you are new to Spack, a great way to get started is to write unit tests to
increase coverage!