Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix codecov.yml so it is valid. #25698

Merged
merged 1 commit into from Apr 16, 2023
Merged

Conversation

stefmolin
Copy link
Contributor

PR Summary

Addresses #25695

The codecov.yml file was invalid:

$ cat .github/codecov.yml | curl --data-binary @- https://codecov.io/validate
Error at ['coverage', 'status', 'project', 'library', 'paths']:
must be of list type

I corrected the issues, so it is now valid:

$ cat .github/codecov.yml | curl --data-binary @- https://codecov.io/validate
Valid!

{
  ...
}

PR Checklist

Documentation and Tests

  • [N/A] Has pytest style unit tests (and pytest passes)
  • [N/A] Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • [N/A] New plotting related features are documented with examples.

Release Notes

  • [N/A] New features are marked with a .. versionadded:: directive in the docstring and documented in doc/users/next_whats_new/
  • [N/A] API changes are marked with a .. versionchanged:: directive in the docstring and documented in doc/api/next_api_changes/
  • [N/A] Release notes conform with instructions in next_whats_new/README.rst or next_api_changes/README.rst

@timhoffm timhoffm added this to the v3.8.0 milestone Apr 16, 2023
@timhoffm timhoffm merged commit 925fe82 into matplotlib:main Apr 16, 2023
36 of 38 checks passed
@stefmolin stefmolin deleted the validate-codecov branch April 16, 2023 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants