Skip to content

Commit

Permalink
Removed mention of Mercurial (#1325)
Browse files Browse the repository at this point in the history
To my knowledge , none of Codecov's supported code hosts support Mercurial, nor does the CLI itself.
  • Loading branch information
drazisil-codecov committed Mar 12, 2024
1 parent 8be6ba5 commit a15c0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -95,7 +95,7 @@ Codecov's Action supports inputs from the user. These inputs, along with their d
| `plugin` | plugins to run. Options: xcode, gcov, pycoverage. The default behavior runs them all. | Optional
| `plugins` | Comma-separated list of plugins for use during upload. | Optional
| `report_code` | The code of the report. If unsure, do not include | Optional
| `root_dir` | Used when not in git/hg project to identify project root directory | Optional
| `root_dir` | Used to specify the location of your .git root to identify project root directory | Optional
| `slug` | Specify the slug manually (Enterprise use) | Optional
| `url` | Specify the base url to upload (Enterprise use) | Optional
| `use_legacy_upload_endpoint` | Use the legacy upload endpoint | Optional
Expand Down

0 comments on commit a15c0e4

Please sign in to comment.