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 uploading C++ coverage for test_python workflow #2622

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Jun 19, 2023

When using gcc-8 on Ubuntu, gcov-8 should be used instead of gcov. Thanks to https://stackoverflow.com/a/72435771/9567349

Thanks to https://stackoverflow.com/a/72435771/9567349

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Patch coverage has no change and project coverage change: +1.77 🎉

Comparison is base (5308c66) 76.70% compared to head (c81af1e) 78.48%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2622      +/-   ##
==========================================
+ Coverage   76.70%   78.48%   +1.77%     
==========================================
  Files         233      233              
  Lines       24169    23869     -300     
  Branches     1693     1405     -288     
==========================================
+ Hits        18539    18733     +194     
- Misses       4512     4776     +264     
+ Partials     1118      360     -758     

see 64 files with indirect coverage changes

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

@njzjz njzjz requested a review from wanghan-iapcm June 19, 2023 00:48
@wanghan-iapcm wanghan-iapcm merged commit b33c275 into deepmodeling:devel Jun 20, 2023
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.

2 participants