⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

[Docs Update] Invalid curl command displayed at https://api.codecov.io/validate #833

@alainakafkes

Description

@alainakafkes

Description

the current command displayed is

curl -X POST --data-binary @codecov.yml https://codecov.io/validate

but i believe it should be

curl -X POST --data-binary @.codecov.yml https://codecov.io/validate

because the file name is .codecov.yml not codecov.yml.

when i try the former, i see the following error:

curl: Failed to open codecov.yml
curl: option --data-binary: error encountered when reading a file
curl: try 'curl --help' or 'curl --manual' for more information

when i try the latter in a repository that has .codecov.yml its root, i see the expected validation output.

Page(s)

https://api.codecov.io/validate

Current State

[X] Broken Link
[] Unclear Language
[] Inconsistent Formatting
[X] Missing Information
[] Missing Updates for New Features
[] Deprecated Features

Additional Information

Image

thanks in advance for fixing this!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Waiting for: Product Owner

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions