You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ Automatically see code coverage data and line annotations while browsing files o
18
18
19
19
If you wish to simply use the extension, it is available as a [Firefox Add On](https://addons.mozilla.org/en-US/firefox/addon/codecov/) and a [Chrome Extension](https://chrome.google.com/webstore/detail/codecov/gedikamndpbemklijjkncpnolildpbgo).
20
20
21
-
__Note to Firefox users__: Required permissions must be granted manually on [about:addons](about:addons)
21
+
**Note to Firefox users**: Required permissions must be granted manually on [about:addons](about:addons)
The Codecov browser extension makes it easy to identify needed test areas by showing you absolute coverage and coverage changes overlaid with your code right in GitHub.
28
28
@@ -55,13 +55,14 @@ In order to do so you must provide:
55
55
56
56
You can provide this information by using the Settings menu for the Extension in your browser.
57
57
58
-
## Using the Safari extension
59
-
60
-
We have published a Safari port of the extension, but it comes with the caveat that you _must_ use a Codecov API token for the extension to work.
61
-
62
-
To use the extension with a cloud Codecov API token, follow the instructions [above](#use-with-self-hosted-and-dedicated-cloud-versions-of-codecov), but generate the API token in [cloud Codecov](https://app.codecov.io) and use the cloud urls for Codecov's API (`https://api.codecov.io`) and Github (`https://github.com`). Note that this also works on Chrome and Firefox, should you want to do that.
63
-
64
-
We may fix this restriction in the future should the demand exist, but for now, this is just a low effort conversion provided as is.
58
+
<!-- Commenting out this section as the safari extension has been deprioritized -->
59
+
<!-- ## Using the Safari extension -->
60
+
<!---->
61
+
<!-- We have published a Safari port of the extension, but it comes with the caveat that you _must_ use a Codecov API token for the extension to work. -->
62
+
<!---->
63
+
<!-- To use the extension with a cloud Codecov API token, follow the instructions [above](#use-with-self-hosted-and-dedicated-cloud-versions-of-codecov), but generate the API token in [cloud Codecov](https://app.codecov.io) and use the cloud urls for Codecov's API (`https://api.codecov.io`) and Github (`https://github.com`). Note that this also works on Chrome and Firefox, should you want to do that. -->
64
+
<!---->
65
+
<!-- We may fix this restriction in the future should the demand exist, but for now, this is just a low effort conversion provided as is. -->
0 commit comments