Skip to content

Commit a04121e

Browse files
authored
docs: Remove Safari section in README (#125)
Comments out the safari section of our README as it is no longer applicable with the safari port having been deprioritized.
1 parent a0fbe0e commit a04121e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Automatically see code coverage data and line annotations while browsing files o
1818

1919
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).
2020

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)
2222

2323
<img width="692" alt="image" src="https://github.com/codecov/codecov-browser-extension/assets/44864521/7db5ba9f-2ac9-46ea-beec-ae22b85290cb">
2424

25-
## About this extension
25+
## About this extension
2626

2727
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.
2828

@@ -55,13 +55,14 @@ In order to do so you must provide:
5555

5656
You can provide this information by using the Settings menu for the Extension in your browser.
5757

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. -->
6566

6667
## Running Locally
6768

0 commit comments

Comments
 (0)