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

Update codecov.yml settings #3500

Merged
merged 1 commit into from
May 11, 2023

Conversation

prudhvigodithi
Copy link
Member

@prudhvigodithi prudhvigodithi commented May 11, 2023

Description

This configuration specifies that Codecov should only report coverage for builds that pass the CI tests and sets a coverage range of 80% to 100%. The precision control the rounding and precision of the coverage percentage.

require_ci_to_pass used to ensure that only successful builds are reported to Codecov, and avoid false positives that could result from incomplete or failed builds.

Docs link: https://docs.codecov.com/docs/codecov-yaml
https://docs.codecov.com/docs/codecovyml-reference

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Merging #3500 (bd34c1b) into main (3ad5ed2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3500   +/-   ##
=======================================
  Coverage   91.16%   91.16%           
=======================================
  Files         181      181           
  Lines        5340     5340           
=======================================
  Hits         4868     4868           
  Misses        472      472           

@prudhvigodithi prudhvigodithi force-pushed the main branch 2 times, most recently from 218a703 to a8e1d5c Compare May 11, 2023 19:49
Signed-off-by: Prudhvi Godithi <[email protected]>
@prudhvigodithi prudhvigodithi merged commit a286bc3 into opensearch-project:main May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants