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

Add CodeCov coverage reporting feature to CI/CD #756

Merged
merged 7 commits into from
Nov 7, 2022

Conversation

vinnamkim
Copy link
Contributor

@vinnamkim vinnamkim commented Nov 7, 2022

Signed-off-by: Kim, Vinnam vinnam.kim@intel.com

Summary

  • Add CodeCov coverage reporting feature to CI/CD
  • Related JIRA ticket no. 94968

How to test

See Github Action changes and CodeCov bot's report below.

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@codecov-commenter
Copy link

codecov-commenter commented Nov 7, 2022

Codecov Report

❗ No coverage uploaded for pull request base (develop@74842de). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #756   +/-   ##
==========================================
  Coverage           ?   84.63%           
==========================================
  Files              ?      157           
  Lines              ?    21855           
  Branches           ?     4779           
==========================================
  Hits               ?    18497           
  Misses             ?     2260           
  Partials           ?     1098           
Flag Coverage Δ
macos-10.15_Python-3.10 84.12% <0.00%> (?)
macos-10.15_Python-3.7 83.80% <0.00%> (?)
macos-10.15_Python-3.8 84.05% <0.00%> (?)
macos-10.15_Python-3.9 84.06% <0.00%> (?)
ubuntu-20.04_Python-3.10 84.12% <0.00%> (?)
ubuntu-20.04_Python-3.7 83.80% <0.00%> (?)
ubuntu-20.04_Python-3.8 84.05% <0.00%> (?)
ubuntu-20.04_Python-3.9 84.06% <0.00%> (?)
windows-2019_Python-3.10 84.57% <0.00%> (?)
windows-2019_Python-3.7 83.82% <0.00%> (?)
windows-2019_Python-3.8 84.05% <0.00%> (?)
windows-2019_Python-3.9 84.07% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim changed the title Add codecov feature to pr_checks.yml Add codecov feature to CI/CD Nov 7, 2022
@vinnamkim vinnamkim changed the title Add codecov feature to CI/CD Add CodeCov coverage reporting feature to CI/CD Nov 7, 2022
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim added ENHANCE Enhancement of existing features infra labels Nov 7, 2022
wonjuleee
wonjuleee previously approved these changes Nov 7, 2022
Copy link
Contributor

@wonjuleee wonjuleee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. It looks enough for me.

@wonjuleee wonjuleee merged commit 725110a into openvinotoolkit:develop Nov 7, 2022
wonjuleee added a commit to wonjuleee/datumaro that referenced this pull request Nov 28, 2022
* Add codecov feature to pr_checks.yml

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>

* Use codecov-action@v3

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>

* Add flags for build matrix

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>

* Add codecov badge

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>

* Change CHANGELOG.md

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>

* Update CHANGELOG.md

* Remove whitespace

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Co-authored-by: Wonju Lee <wonju.lee@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ENHANCE Enhancement of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants